#C9879C

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

Shades of Puce #C9879C

Tints of Puce #C9879C

Color information

#C9879C (or 0xC9879C) is unknown color: approx Puce. HEX triplet: C9, 87 and 9C. RGB value is (201,135,156). Sum of RGB (Red+Green+Blue) = 201+135+156=492 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.85% from 492); Green value is 135 (53.12% from 255 or 27.44% from 492); Blue value is 156 (61.33% from 255 or 31.71% from 492); Max value from RGB is 201 - color contains mainly: red. Hex color #C9879C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9879C is #367863. Grayscale: #9D9D9D. Windows color (decimal): -3569764 or 10258377. OLE color: 10258377.

HSL color Cylindrical-coordinate representation of color #C9879C: hue angle of 340.91º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C9879C is Cyan = 0, Magento = 0.33, Yellow = 0.22 and Black (K on CMYK) = 0.21.

Color convert

RGB201135156-
CMYK00.330.220.21
HSL340.91º37.93%65.88%-
HSV(B)340.91º32.84%78.82%-
XYZ38.7532.1535.61-
YUV157.13127.37159.29-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 40.85%
GREEN value IS 135 (53.12% from 255) = 27.44%
BLUE value IS 156 (61.33% from 255) = 31.71%
R=40.85%
G=27.44%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.22
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20113515600.330.220.21340.9137.9365.88
HexC9879C02116151552642
Octal311207234041262552546102
Binary110010011000011110011100010000110110101011010101011001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9879C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9879C; }

 p { color: rgb(201,135,156); }

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

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

 a { background-color: rgb(201,135,156); }

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

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

 span { border-color: rgb(201,135,156); }

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