#C9879A

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

Shades of Puce #C9879A

Tints of Puce #C9879A

Color information

#C9879A (or 0xC9879A) is unknown color: approx Puce. HEX triplet: C9, 87 and 9A. RGB value is (201,135,154). Sum of RGB (Red+Green+Blue) = 201+135+154=490 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.02% from 490); Green value is 135 (53.12% from 255 or 27.55% from 490); Blue value is 154 (60.55% from 255 or 31.43% from 490); Max value from RGB is 201 - color contains mainly: red. Hex color #C9879A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9879A is #367865. Grayscale: #9C9C9C. Windows color (decimal): -3569766 or 10127305. OLE color: 10127305.

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

Color convert

RGB201135154-
CMYK00.330.230.21
HSL342.73º37.93%65.88%-
HSV(B)342.73º32.84%78.82%-
XYZ38.5832.0834.73-
YUV156.9126.37159.46-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 41.02%
GREEN value IS 135 (53.12% from 255) = 27.55%
BLUE value IS 154 (60.55% from 255) = 31.43%
R=41.02%
G=27.55%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.23
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20113515400.330.230.21342.7337.9365.88
HexC9879A02117151572642
Octal311207232041272552746102
Binary110010011000011110011010010000110111101011010101111001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9879A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9879A; }

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

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

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

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

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

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

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

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