#C87F9C

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

Shades of Puce #C87F9C

Tints of Puce #C87F9C

Color information

#C87F9C (or 0xC87F9C) is unknown color: approx Puce. HEX triplet: C8, 7F and 9C. RGB value is (200,127,156). Sum of RGB (Red+Green+Blue) = 200+127+156=483 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.41% from 483); Green value is 127 (50% from 255 or 26.29% from 483); Blue value is 156 (61.33% from 255 or 32.30% from 483); Max value from RGB is 200 - color contains mainly: red. Hex color #C87F9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C87F9C is #378063. Grayscale: #989898. Windows color (decimal): -3637348 or 10256328. OLE color: 10256328.

HSL color Cylindrical-coordinate representation of color #C87F9C: hue angle of 336.16º 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 #C87F9C is Cyan = 0, Magento = 0.36, Yellow = 0.22 and Black (K on CMYK) = 0.22.

Color convert

RGB200127156-
CMYK00.360.220.22
HSL336.16º39.89%64.12%-
HSV(B)336.16º36.5%78.43%-
XYZ37.4129.8635.24-
YUV152.13130.18162.14-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 41.41%
GREEN value IS 127 (50% from 255) = 26.29%
BLUE value IS 156 (61.33% from 255) = 32.30%
R=41.41%
G=26.29%
B=32.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.22
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20012715600.360.220.22336.1639.8964.12
HexC87F9C02416161502840
Octal310177234044262652050100
Binary11001000111111110011100010010010110101101010100001010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C87F9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C87F9C; }

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

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

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

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

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

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

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

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