#C87F9D

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

Shades of Puce #C87F9D

Tints of Puce #C87F9D

Color information

#C87F9D (or 0xC87F9D) is unknown color: approx Puce. HEX triplet: C8, 7F and 9D. RGB value is (200,127,157). Sum of RGB (Red+Green+Blue) = 200+127+157=484 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.32% from 484); Green value is 127 (50% from 255 or 26.24% from 484); Blue value is 157 (61.72% from 255 or 32.44% from 484); Max value from RGB is 200 - color contains mainly: red. Hex color #C87F9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C87F9D is #378062. Grayscale: #989898. Windows color (decimal): -3637347 or 10321864. OLE color: 10321864.

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

Color convert

RGB200127157-
CMYK00.360.220.22
HSL335.34º39.89%64.12%-
HSV(B)335.34º36.5%78.43%-
XYZ37.4929.8935.69-
YUV152.25130.68162.06-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 41.32%
GREEN value IS 127 (50% from 255) = 26.24%
BLUE value IS 157 (61.72% from 255) = 32.44%
R=41.32%
G=26.24%
B=32.44%

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
Decimal20012715700.360.220.22335.3439.8964.12
HexC87F9D024161614f2840
Octal310177235044262651750100
Binary11001000111111110011101010010010110101101010011111010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C87F9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C87F9D; }

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

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

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

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

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

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

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

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