#C87F90

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

Shades of Puce #C87F90

Tints of Puce #C87F90

Color information

#C87F90 (or 0xC87F90) is unknown color: approx Puce. HEX triplet: C8, 7F and 90. RGB value is (200,127,144). Sum of RGB (Red+Green+Blue) = 200+127+144=471 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.46% from 471); Green value is 127 (50% from 255 or 26.96% from 471); Blue value is 144 (56.64% from 255 or 30.57% from 471); Max value from RGB is 200 - color contains mainly: red. Hex color #C87F90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C87F90 is #37806F. Grayscale: #969696. Windows color (decimal): -3637360 or 9469896. OLE color: 9469896.

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

Color convert

RGB200127144-
CMYK00.360.280.22
HSL346.03º39.89%64.12%-
HSV(B)346.03º36.5%78.43%-
XYZ36.4429.4730.15-
YUV150.76124.18163.12-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.46%
GREEN value IS 127 (50% from 255) = 26.96%
BLUE value IS 144 (56.64% from 255) = 30.57%
R=42.46%
G=26.96%
B=30.57%

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
Decimal20012714400.360.280.22346.0339.8964.12
HexC87F900241C1615a2840
Octal310177220044342653250100
Binary11001000111111110010000010010011100101101010110101010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C87F90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C87F90; }

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

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

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

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

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

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

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

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