#C87F8F

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

Shades of Puce #C87F8F

Tints of Puce #C87F8F

Color information

#C87F8F (or 0xC87F8F) is unknown color: approx Puce. HEX triplet: C8, 7F and 8F. RGB value is (200,127,143). Sum of RGB (Red+Green+Blue) = 200+127+143=470 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.55% from 470); Green value is 127 (50% from 255 or 27.02% from 470); Blue value is 143 (56.25% from 255 or 30.43% from 470); Max value from RGB is 200 - color contains mainly: red. Hex color #C87F8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C87F8F is #378070. Grayscale: #969696. Windows color (decimal): -3637361 or 9404360. OLE color: 9404360.

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

Color convert

RGB200127143-
CMYK00.360.280.22
HSL346.85º39.89%64.12%-
HSV(B)346.85º36.5%78.43%-
XYZ36.3729.4429.75-
YUV150.65123.68163.2-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.55%
GREEN value IS 127 (50% from 255) = 27.02%
BLUE value IS 143 (56.25% from 255) = 30.43%
R=42.55%
G=27.02%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.28
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20012714300.360.280.22346.8539.8964.12
HexC87F8F0241C1615b2840
Octal310177217044342653350100
Binary11001000111111110001111010010011100101101010110111010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C87F8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C87F8F; }

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

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

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

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

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

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

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

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