#C9C18E

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

Shades of Winter Hazel #C9C18E

Tints of Winter Hazel #C9C18E

Color information

#C9C18E (or 0xC9C18E) is unknown color: approx Winter Hazel. HEX triplet: C9, C1 and 8E. RGB value is (201,193,142). Sum of RGB (Red+Green+Blue) = 201+193+142=536 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.5% from 536); Green value is 193 (75.78% from 255 or 36.01% from 536); Blue value is 142 (55.86% from 255 or 26.49% from 536); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C18E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9C18E is #363E71. Grayscale: #BDBDBD. Windows color (decimal): -3554930 or 9355721. OLE color: 9355721.

HSL color Cylindrical-coordinate representation of color #C9C18E: hue angle of 51.86º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C9C18E is Cyan = 0, Magento = 0.04, Yellow = 0.29 and Black (K on CMYK) = 0.21.

Color convert

RGB201193142-
CMYK00.040.290.21
HSL51.86º35.33%67.25%-
HSV(B)51.86º29.35%78.82%-
XYZ48.0452.5133.19-
YUV189.58101.15136.15-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 37.5%
GREEN value IS 193 (75.78% from 255) = 36.01%
BLUE value IS 142 (55.86% from 255) = 26.49%
R=37.5%
G=36.01%
B=26.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.29
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20119314200.040.290.2151.8635.3367.25
HexC9C18E041D15342343
Octal3113012160435256443103
Binary110010011100000110001110010011101101011101001000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9C18E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9C18E; }

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

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

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

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

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

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

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

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