#C9878A

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

Shades of Puce #C9878A

Tints of Puce #C9878A

Color information

#C9878A (or 0xC9878A) is unknown color: approx Puce. HEX triplet: C9, 87 and 8A. RGB value is (201,135,138). Sum of RGB (Red+Green+Blue) = 201+135+138=474 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.41% from 474); Green value is 135 (53.12% from 255 or 28.48% from 474); Blue value is 138 (54.30% from 255 or 29.11% from 474); Max value from RGB is 201 - color contains mainly: red. Hex color #C9878A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9878A is #367875. Grayscale: #9B9B9B. Windows color (decimal): -3569782 or 9078729. OLE color: 9078729.

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

Color convert

RGB201135138-
CMYK00.330.310.21
HSL357.27º37.93%65.88%-
HSV(B)357.27º32.84%78.82%-
XYZ37.3431.5828.17-
YUV155.08118.37160.76-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 42.41%
GREEN value IS 135 (53.12% from 255) = 28.48%
BLUE value IS 138 (54.30% from 255) = 29.11%
R=42.41%
G=28.48%
B=29.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.31
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20113513800.330.310.21357.2737.9365.88
HexC9878A0211F151652642
Octal311207212041372554546102
Binary110010011000011110001010010000111111101011011001011001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9878A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9878A; }

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

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

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

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

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

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

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

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