#C9C48A

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

Shades of Winter Hazel #C9C48A

Tints of Winter Hazel #C9C48A

Color information

#C9C48A (or 0xC9C48A) is unknown color: approx Winter Hazel. HEX triplet: C9, C4 and 8A. RGB value is (201,196,138). Sum of RGB (Red+Green+Blue) = 201+196+138=535 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.57% from 535); Green value is 196 (76.95% from 255 or 36.64% from 535); Blue value is 138 (54.30% from 255 or 25.79% from 535); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C48A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9C48A is #363B75. Grayscale: #BFBFBF. Windows color (decimal): -3554166 or 9094345. OLE color: 9094345.

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

Color convert

RGB201196138-
CMYK00.020.310.21
HSL55.24º36.84%66.47%-
HSV(B)55.24º31.34%78.82%-
XYZ48.4153.7331.86-
YUV190.8898.16135.22-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 37.57%
GREEN value IS 196 (76.95% from 255) = 36.64%
BLUE value IS 138 (54.30% from 255) = 25.79%
R=37.57%
G=36.64%
B=25.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.31
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20119613800.020.310.2155.2436.8466.47
HexC9C48A021F15372542
Octal3113042120237256745102
Binary11001001110001001000101001011111101011101111001011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9C48A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9C48A; }

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

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

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

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

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

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

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

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