#C9899C

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

Shades of Puce #C9899C

Tints of Puce #C9899C

Color information

#C9899C (or 0xC9899C) is unknown color: approx Puce. HEX triplet: C9, 89 and 9C. RGB value is (201,137,156). Sum of RGB (Red+Green+Blue) = 201+137+156=494 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.69% from 494); Green value is 137 (53.91% from 255 or 27.73% from 494); Blue value is 156 (61.33% from 255 or 31.58% from 494); Max value from RGB is 201 - color contains mainly: red. Hex color #C9899C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9899C is #367663. Grayscale: #9E9E9E. Windows color (decimal): -3569252 or 10258889. OLE color: 10258889.

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

Color convert

RGB201137156-
CMYK00.320.220.21
HSL342.19º37.21%66.27%-
HSV(B)342.19º31.84%78.82%-
XYZ39.0332.7135.71-
YUV158.3126.7158.46-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 40.69%
GREEN value IS 137 (53.91% from 255) = 27.73%
BLUE value IS 156 (61.33% from 255) = 31.58%
R=40.69%
G=27.73%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.22
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20113715600.320.220.21342.1937.2166.27
HexC9899C02016151562542
Octal311211234040262552645102
Binary110010011000100110011100010000010110101011010101101001011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9899C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9899C; }

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

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

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

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

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

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

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

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