#C9879F

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

Shades of Puce #C9879F

Tints of Puce #C9879F

Color information

#C9879F (or 0xC9879F) is unknown color: approx Puce. HEX triplet: C9, 87 and 9F. RGB value is (201,135,159). Sum of RGB (Red+Green+Blue) = 201+135+159=495 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.61% from 495); Green value is 135 (53.12% from 255 or 27.27% from 495); Blue value is 159 (62.5% from 255 or 32.12% from 495); Max value from RGB is 201 - color contains mainly: red. Hex color #C9879F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9879F is #367860. Grayscale: #9D9D9D. Windows color (decimal): -3569761 or 10454985. OLE color: 10454985.

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

Color convert

RGB201135159-
CMYK00.330.210.21
HSL338.18º37.93%65.88%-
HSV(B)338.18º32.84%78.82%-
XYZ39.0132.2536.97-
YUV157.47128.87159.05-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 40.61%
GREEN value IS 135 (53.12% from 255) = 27.27%
BLUE value IS 159 (62.5% from 255) = 32.12%
R=40.61%
G=27.27%
B=32.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.21
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20113515900.330.210.21338.1837.9365.88
HexC9879F02115151522642
Octal311207237041252552246102
Binary110010011000011110011111010000110101101011010100101001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9879F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9879F; }

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

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

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

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

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

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

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

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