Shades of Winter Hazel #C9C27B
Tints of Winter Hazel #C9C27B
RGB
CMYK
RGB Variations
Color information
#C9C27B (or 0xC9C27B) is known color: Winter Hazel. HEX triplet: C9, C2 and 7B. RGB value is (201,194,123). Sum of RGB (Red+Green+Blue) = 201+194+123=518 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.80% from 518); Green value is 194 (76.17% from 255 or 37.45% from 518); Blue value is 123 (48.44% from 255 or 23.75% from 518); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C27B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9C27B is #363D84. Grayscale: #BCBCBC. Windows color (decimal): -3554693 or 8110793. OLE color: 8110793.
HSL color Cylindrical-coordinate representation of color #C9C27B: hue angle of 54.62º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C9C27B is Cyan = 0, Magento = 0.03, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 194 | 123 | - |
| CMYK | 0 | 0.03 | 0.39 | 0.21 |
| HSL | 54.62º | 0.42% | 0.64% | - |
| HSV(B) | 54.62º | 0.39% | 0.79% | - |
| XYZ | 46.95 | 52.43 | 26.38 | - |
| YUV | 188 | 91.32 | 137.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 194 | 123 | 0 | 0.03 | 0.39 | 0.21 | 54.62 | 0.42 | 0.64 |
| Hex | C9 | C2 | 7B | 0 | 3 | 27 | 15 | 37 | 2A | 40 |
| Octal | 311 | 302 | 173 | 0 | 3 | 47 | 25 | 67 | 52 | 100 |
| Binary | 11001001 | 11000010 | 1111011 | 0 | 11 | 100111 | 10101 | 110111 | 101010 | 1000000 |
Color Harmonies of #C9C27B
Complementary color
Monochromatic Colors of #C9C27B
Black with #C9C27B
Text Example
Text Example
White with #C9C27B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C27B; }
p { color: rgb(201,194,123); }
H1.HeaderClassName
{
color: #C9C27B;
}
.AnyTagClassName
{
color: #C9C27B;
}
</style>
background-color css
<style>
a { background-color: #C9C27B; }
a { background-color: rgb(201,194,123); }
div.DivClassName
{
background-color: #C9C27B;
}
.BgClassName
{
background-color: #C9C27B;
}
</style>
border-color css
<style>
span { border-color: #C9C27B; }
span { border-color: rgb(201,194,123); }
td.TdClassName
{
border-color: #C9C27B;
}
.TagClassName
{
border-color: #C9C27B;
}
</style>