#C9899E

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

Shades of Puce #C9899E

Tints of Puce #C9899E

Color information

#C9899E (or 0xC9899E) is unknown color: approx Puce. HEX triplet: C9, 89 and 9E. RGB value is (201,137,158). Sum of RGB (Red+Green+Blue) = 201+137+158=496 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.52% from 496); Green value is 137 (53.91% from 255 or 27.62% from 496); Blue value is 158 (62.11% from 255 or 31.85% from 496); Max value from RGB is 201 - color contains mainly: red. Hex color #C9899E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9899E is #367661. Grayscale: #9E9E9E. Windows color (decimal): -3569250 or 10389961. OLE color: 10389961.

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

Color convert

RGB201137158-
CMYK00.320.210.21
HSL340.31º37.21%66.27%-
HSV(B)340.31º31.84%78.82%-
XYZ39.232.7836.61-
YUV158.53127.7158.29-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 40.52%
GREEN value IS 137 (53.91% from 255) = 27.62%
BLUE value IS 158 (62.11% from 255) = 31.85%
R=40.52%
G=27.62%
B=31.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.21
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20113715800.320.210.21340.3137.2166.27
HexC9899E02015151542542
Octal311211236040252552445102
Binary110010011000100110011110010000010101101011010101001001011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9899E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9899E; }

 p { color: rgb(201,137,158); }

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

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

 a { background-color: rgb(201,137,158); }

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

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

 span { border-color: rgb(201,137,158); }

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