Shades of Winter Hazel #C9C28F
Tints of Winter Hazel #C9C28F
RGB
CMYK
RGB Variations
Color information
#C9C28F (or 0xC9C28F) is known color: Winter Hazel. HEX triplet: C9, C2 and 8F. RGB value is (201,194,143). Sum of RGB (Red+Green+Blue) = 201+194+143=538 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.36% from 538); Green value is 194 (76.17% from 255 or 36.06% from 538); Blue value is 143 (56.25% from 255 or 26.58% from 538); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C28F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9C28F is #363D70. Grayscale: #BEBEBE. Windows color (decimal): -3554673 or 9421513. OLE color: 9421513.
HSL color Cylindrical-coordinate representation of color #C9C28F: hue angle of 52.76º 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 #C9C28F is Cyan = 0, Magento = 0.03, Yellow = 0.29 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 194 | 143 | - |
| CMYK | 0 | 0.03 | 0.29 | 0.21 |
| HSL | 52.76º | 0.35% | 0.67% | - |
| HSV(B) | 52.76º | 0.29% | 0.79% | - |
| XYZ | 48.34 | 52.98 | 33.67 | - |
| YUV | 190.28 | 101.32 | 135.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 194 | 143 | 0 | 0.03 | 0.29 | 0.21 | 52.76 | 0.35 | 0.67 |
| Hex | C9 | C2 | 8F | 0 | 3 | 1D | 15 | 35 | 23 | 43 |
| Octal | 311 | 302 | 217 | 0 | 3 | 35 | 25 | 65 | 43 | 103 |
| Binary | 11001001 | 11000010 | 10001111 | 0 | 11 | 11101 | 10101 | 110101 | 100011 | 1000011 |
Color Harmonies of #C9C28F
Complementary color
Monochromatic Colors of #C9C28F
Black with #C9C28F
Text Example
Text Example
White with #C9C28F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C28F; }
p { color: rgb(201,194,143); }
H1.HeaderClassName
{
color: #C9C28F;
}
.AnyTagClassName
{
color: #C9C28F;
}
</style>
background-color css
<style>
a { background-color: #C9C28F; }
a { background-color: rgb(201,194,143); }
div.DivClassName
{
background-color: #C9C28F;
}
.BgClassName
{
background-color: #C9C28F;
}
</style>
border-color css
<style>
span { border-color: #C9C28F; }
span { border-color: rgb(201,194,143); }
td.TdClassName
{
border-color: #C9C28F;
}
.TagClassName
{
border-color: #C9C28F;
}
</style>