Shades of Winter Hazel #C9C28D
Tints of Winter Hazel #C9C28D
RGB
CMYK
RGB Variations
Color information
#C9C28D (or 0xC9C28D) is known color: Winter Hazel. HEX triplet: C9, C2 and 8D. RGB value is (201,194,141). Sum of RGB (Red+Green+Blue) = 201+194+141=536 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.5% from 536); Green value is 194 (76.17% from 255 or 36.19% from 536); Blue value is 141 (55.47% from 255 or 26.31% from 536); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C28D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9C28D is #363D72. Grayscale: #BEBEBE. Windows color (decimal): -3554675 or 9290441. OLE color: 9290441.
HSL color Cylindrical-coordinate representation of color #C9C28D: hue angle of 53º 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 #C9C28D is Cyan = 0, Magento = 0.03, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 194 | 141 | - |
| CMYK | 0 | 0.03 | 0.30 | 0.21 |
| HSL | 53º | 0.36% | 0.67% | - |
| HSV(B) | 53º | 0.3% | 0.79% | - |
| XYZ | 48.19 | 52.92 | 32.87 | - |
| YUV | 190.05 | 100.32 | 135.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 194 | 141 | 0 | 0.03 | 0.30 | 0.21 | 53 | 0.36 | 0.67 |
| Hex | C9 | C2 | 8D | 0 | 3 | 1E | 15 | 35 | 24 | 43 |
| Octal | 311 | 302 | 215 | 0 | 3 | 36 | 25 | 65 | 44 | 103 |
| Binary | 11001001 | 11000010 | 10001101 | 0 | 11 | 11110 | 10101 | 110101 | 100100 | 1000011 |
Color Harmonies of #C9C28D
Complementary color
Monochromatic Colors of #C9C28D
Black with #C9C28D
Text Example
Text Example
White with #C9C28D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C28D; }
p { color: rgb(201,194,141); }
H1.HeaderClassName
{
color: #C9C28D;
}
.AnyTagClassName
{
color: #C9C28D;
}
</style>
background-color css
<style>
a { background-color: #C9C28D; }
a { background-color: rgb(201,194,141); }
div.DivClassName
{
background-color: #C9C28D;
}
.BgClassName
{
background-color: #C9C28D;
}
</style>
border-color css
<style>
span { border-color: #C9C28D; }
span { border-color: rgb(201,194,141); }
td.TdClassName
{
border-color: #C9C28D;
}
.TagClassName
{
border-color: #C9C28D;
}
</style>