#C9C488

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

Shades of Winter Hazel #C9C488

Tints of Winter Hazel #C9C488

Color information

#C9C488 (or 0xC9C488) is unknown color: approx Winter Hazel. HEX triplet: C9, C4 and 88. RGB value is (201,196,136). Sum of RGB (Red+Green+Blue) = 201+196+136=533 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.71% from 533); Green value is 196 (76.95% from 255 or 36.77% from 533); Blue value is 136 (53.52% from 255 or 25.52% from 533); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C488 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9C488 is #363B77. Grayscale: #BEBEBE. Windows color (decimal): -3554168 or 8963273. OLE color: 8963273.

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

Color convert

RGB201196136-
CMYK00.020.320.21
HSL55.38º37.57%66.08%-
HSV(B)55.38º32.34%78.82%-
XYZ48.2753.6731.11-
YUV190.6597.16135.38-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 37.71%
GREEN value IS 196 (76.95% from 255) = 36.77%
BLUE value IS 136 (53.52% from 255) = 25.52%
R=37.71%
G=36.77%
B=25.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.32
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20119613600.020.320.2155.3837.5766.08
HexC9C488022015372642
Octal3113042100240256746102
Binary110010011100010010001000010100000101011101111001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9C488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9C488; }

 p { color: rgb(201,196,136); }

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

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

 a { background-color: rgb(201,196,136); }

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

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

 span { border-color: rgb(201,196,136); }

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