#C9879D

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

Shades of Puce #C9879D

Tints of Puce #C9879D

Color information

#C9879D (or 0xC9879D) is unknown color: approx Puce. HEX triplet: C9, 87 and 9D. RGB value is (201,135,157). Sum of RGB (Red+Green+Blue) = 201+135+157=493 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.77% from 493); Green value is 135 (53.12% from 255 or 27.38% from 493); Blue value is 157 (61.72% from 255 or 31.85% from 493); Max value from RGB is 201 - color contains mainly: red. Hex color #C9879D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9879D is #367862. Grayscale: #9D9D9D. Windows color (decimal): -3569763 or 10323913. OLE color: 10323913.

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

Color convert

RGB201135157-
CMYK00.330.220.21
HSL340º37.93%65.88%-
HSV(B)340º32.84%78.82%-
XYZ38.8432.1836.06-
YUV157.24127.87159.21-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 40.77%
GREEN value IS 135 (53.12% from 255) = 27.38%
BLUE value IS 157 (61.72% from 255) = 31.85%
R=40.77%
G=27.38%
B=31.85%

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
Decimal20113515700.330.220.2134037.9365.88
HexC9879D02116151542642
Octal311207235041262552446102
Binary110010011000011110011101010000110110101011010101001001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9879D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9879D; }

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

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

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

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

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

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

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

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