#C87FA6

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

Shades of Puce #C87FA6

Tints of Puce #C87FA6

Color information

#C87FA6 (or 0xC87FA6) is unknown color: approx Puce. HEX triplet: C8, 7F and A6. RGB value is (200,127,166). Sum of RGB (Red+Green+Blue) = 200+127+166=493 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.57% from 493); Green value is 127 (50% from 255 or 25.76% from 493); Blue value is 166 (65.23% from 255 or 33.67% from 493); Max value from RGB is 200 - color contains mainly: red. Hex color #C87FA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C87FA6 is #378059. Grayscale: #999999. Windows color (decimal): -3637338 or 10911688. OLE color: 10911688.

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

Color convert

RGB200127166-
CMYK00.360.170.22
HSL327.95º39.89%64.12%-
HSV(B)327.95º36.5%78.43%-
XYZ38.2930.2139.89-
YUV153.27135.18161.33-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.57%
GREEN value IS 127 (50% from 255) = 25.76%
BLUE value IS 166 (65.23% from 255) = 33.67%
R=40.57%
G=25.76%
B=33.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.17
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20012716600.360.170.22327.9539.8964.12
HexC87FA602411161482840
Octal310177246044212651050100
Binary11001000111111110100110010010010001101101010010001010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C87FA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C87FA6; }

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

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

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

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

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

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

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

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