Shades of Winter Hazel #CFC97B
Tints of Winter Hazel #CFC97B
RGB
CMYK
RGB Variations
Color information
#CFC97B (or 0xCFC97B) is known color: Winter Hazel. HEX triplet: CF, C9 and 7B. RGB value is (207,201,123). Sum of RGB (Red+Green+Blue) = 207+201+123=531 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.98% from 531); Green value is 201 (78.91% from 255 or 37.85% from 531); Blue value is 123 (48.44% from 255 or 23.16% from 531); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC97B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC97B is #303684. Grayscale: #C2C2C2. Windows color (decimal): -3159685 or 8112591. OLE color: 8112591.
HSL color Cylindrical-coordinate representation of color #CFC97B: hue angle of 55.71º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CFC97B is Cyan = 0, Magento = 0.03, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 201 | 123 | - |
| CMYK | 0 | 0.03 | 0.41 | 0.19 |
| HSL | 55.71º | 0.47% | 0.65% | - |
| HSV(B) | 55.71º | 0.41% | 0.81% | - |
| XYZ | 50.19 | 56.47 | 26.99 | - |
| YUV | 193.9 | 87.99 | 137.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 201 | 123 | 0 | 0.03 | 0.41 | 0.19 | 55.71 | 0.47 | 0.65 |
| Hex | CF | C9 | 7B | 0 | 3 | 29 | 13 | 38 | 2F | 41 |
| Octal | 317 | 311 | 173 | 0 | 3 | 51 | 23 | 70 | 57 | 101 |
| Binary | 11001111 | 11001001 | 1111011 | 0 | 11 | 101001 | 10011 | 111000 | 101111 | 1000001 |
Color Harmonies of #CFC97B
Complementary color
Monochromatic Colors of #CFC97B
Black with #CFC97B
Text Example
Text Example
White with #CFC97B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC97B; }
p { color: rgb(207,201,123); }
H1.HeaderClassName
{
color: #CFC97B;
}
.AnyTagClassName
{
color: #CFC97B;
}
</style>
background-color css
<style>
a { background-color: #CFC97B; }
a { background-color: rgb(207,201,123); }
div.DivClassName
{
background-color: #CFC97B;
}
.BgClassName
{
background-color: #CFC97B;
}
</style>
border-color css
<style>
span { border-color: #CFC97B; }
span { border-color: rgb(207,201,123); }
td.TdClassName
{
border-color: #CFC97B;
}
.TagClassName
{
border-color: #CFC97B;
}
</style>