#C87F9E

Color #C87F9E Puce (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Puce #C87F9E

Tints of Puce #C87F9E

Color information

#C87F9E (or 0xC87F9E) is unknown color: approx Puce. HEX triplet: C8, 7F and 9E. RGB value is (200,127,158). Sum of RGB (Red+Green+Blue) = 200+127+158=485 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.24% from 485); Green value is 127 (50% from 255 or 26.19% from 485); Blue value is 158 (62.11% from 255 or 32.58% from 485); Max value from RGB is 200 - color contains mainly: red. Hex color #C87F9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C87F9E is #378061. Grayscale: #989898. Windows color (decimal): -3637346 or 10387400. OLE color: 10387400.

HSL color Cylindrical-coordinate representation of color #C87F9E: hue angle of 334.52º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C87F9E is Cyan = 0, Magento = 0.36, Yellow = 0.21 and Black (K on CMYK) = 0.22.

Color convert

RGB200127158-
CMYK00.360.210.22
HSL334.52º39.89%64.12%-
HSV(B)334.52º36.5%78.43%-
XYZ37.5829.9336.14-
YUV152.36131.18161.98-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 200 (78.52% from 255) = 41.24%
GREEN value IS 127 (50% from 255) = 26.19%
BLUE value IS 158 (62.11% from 255) = 32.58%
R=41.24%
G=26.19%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.21
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20012715800.360.210.22334.5239.8964.12
HexC87F9E024151614f2840
Octal310177236044252651750100
Binary11001000111111110011110010010010101101101010011111010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C87F9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C87F9E; }

 p { color: rgb(200,127,158); }

 H1.HeaderClassName
 {
   color: #C87F9E;
 }
 .AnyTagClassName
 {
   color: #C87F9E;
 }
</style>
background-color css

<style>
 a { background-color: #C87F9E; }

 a { background-color: rgb(200,127,158); }

 div.DivClassName
 {
   background-color: #C87F9E;
 }
 .BgClassName
 {
   background-color: #C87F9E;
 }
</style>
border-color css

<style>
 span { border-color: #C87F9E; }

 span { border-color: rgb(200,127,158); }

 td.TdClassName
 {
   border-color: #C87F9E;
 }
 .TagClassName
 {
   border-color: #C87F9E;
 }
</style>