#C9C38C

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

Shades of Winter Hazel #C9C38C

Tints of Winter Hazel #C9C38C

Color information

#C9C38C (or 0xC9C38C) is unknown color: approx Winter Hazel. HEX triplet: C9, C3 and 8C. RGB value is (201,195,140). Sum of RGB (Red+Green+Blue) = 201+195+140=536 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.5% from 536); Green value is 195 (76.56% from 255 or 36.38% from 536); Blue value is 140 (55.08% from 255 or 26.12% from 536); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C38C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9C38C is #363C73. Grayscale: #BEBEBE. Windows color (decimal): -3554420 or 9225161. OLE color: 9225161.

HSL color Cylindrical-coordinate representation of color #C9C38C: hue angle of 54.1º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C9C38C is Cyan = 0, Magento = 0.03, Yellow = 0.30 and Black (K on CMYK) = 0.21.

Color convert

RGB201195140-
CMYK00.030.300.21
HSL54.1º36.09%66.86%-
HSV(B)54.1º30.35%78.82%-
XYZ48.3453.3432.56-
YUV190.5299.49135.47-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 37.5%
GREEN value IS 195 (76.56% from 255) = 36.38%
BLUE value IS 140 (55.08% from 255) = 26.12%
R=37.5%
G=36.38%
B=26.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.30
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20119514000.030.300.2154.136.0966.86
HexC9C38C031E15362443
Octal3113032140336256644103
Binary11001001110000111000110001111110101011101101001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9C38C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9C38C; }

 p { color: rgb(201,195,140); }

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

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

 a { background-color: rgb(201,195,140); }

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

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

 span { border-color: rgb(201,195,140); }

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