#C9899D

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

Shades of Puce #C9899D

Tints of Puce #C9899D

Color information

#C9899D (or 0xC9899D) is unknown color: approx Puce. HEX triplet: C9, 89 and 9D. RGB value is (201,137,157). Sum of RGB (Red+Green+Blue) = 201+137+157=495 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.61% from 495); Green value is 137 (53.91% from 255 or 27.68% from 495); Blue value is 157 (61.72% from 255 or 31.72% from 495); Max value from RGB is 201 - color contains mainly: red. Hex color #C9899D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9899D is #367662. Grayscale: #9E9E9E. Windows color (decimal): -3569251 or 10324425. OLE color: 10324425.

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

Color convert

RGB201137157-
CMYK00.320.220.21
HSL341.25º37.21%66.27%-
HSV(B)341.25º31.84%78.82%-
XYZ39.1232.7436.16-
YUV158.42127.2158.37-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 40.61%
GREEN value IS 137 (53.91% from 255) = 27.68%
BLUE value IS 157 (61.72% from 255) = 31.72%
R=40.61%
G=27.68%
B=31.72%

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
Decimal20113715700.320.220.21341.2537.2166.27
HexC9899D02016151552542
Octal311211235040262552545102
Binary110010011000100110011101010000010110101011010101011001011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9899D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9899D; }

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

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

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

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

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

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

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

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