#C9C18A

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

Shades of Winter Hazel #C9C18A

Tints of Winter Hazel #C9C18A

Color information

#C9C18A (or 0xC9C18A) is unknown color: approx Winter Hazel. HEX triplet: C9, C1 and 8A. RGB value is (201,193,138). Sum of RGB (Red+Green+Blue) = 201+193+138=532 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.78% from 532); Green value is 193 (75.78% from 255 or 36.28% from 532); Blue value is 138 (54.30% from 255 or 25.94% from 532); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C18A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9C18A is #363E75. Grayscale: #BDBDBD. Windows color (decimal): -3554934 or 9093577. OLE color: 9093577.

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

Color convert

RGB201193138-
CMYK00.040.310.21
HSL52.38º36.84%66.47%-
HSV(B)52.38º31.34%78.82%-
XYZ47.7452.3931.64-
YUV189.1299.15136.47-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 37.78%
GREEN value IS 193 (75.78% from 255) = 36.28%
BLUE value IS 138 (54.30% from 255) = 25.94%
R=37.78%
G=36.28%
B=25.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.31
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20119313800.040.310.2152.3836.8466.47
HexC9C18A041F15342542
Octal3113012120437256445102
Binary110010011100000110001010010011111101011101001001011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9C18A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9C18A; }

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

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

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

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

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

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

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

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