Shades of Winter Hazel #CFC97A
Tints of Winter Hazel #CFC97A
RGB
CMYK
RGB Variations
Color information
#CFC97A (or 0xCFC97A) is known color: Winter Hazel. HEX triplet: CF, C9 and 7A. RGB value is (207,201,122). Sum of RGB (Red+Green+Blue) = 207+201+122=530 (70% of max value = 765). Red value is 207 (81.25% from 255 or 39.06% from 530); Green value is 201 (78.91% from 255 or 37.92% from 530); Blue value is 122 (48.05% from 255 or 23.02% from 530); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC97A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC97A is #303685. Grayscale: #C2C2C2. Windows color (decimal): -3159686 or 8047055. OLE color: 8047055.
HSL color Cylindrical-coordinate representation of color #CFC97A: hue angle of 55.76º 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 #CFC97A is Cyan = 0, Magento = 0.03, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 201 | 122 | - |
| CMYK | 0 | 0.03 | 0.41 | 0.19 |
| HSL | 55.76º | 0.47% | 0.65% | - |
| HSV(B) | 55.76º | 0.41% | 0.81% | - |
| XYZ | 50.13 | 56.44 | 26.66 | - |
| YUV | 193.79 | 87.49 | 137.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 201 | 122 | 0 | 0.03 | 0.41 | 0.19 | 55.76 | 0.47 | 0.65 |
| Hex | CF | C9 | 7A | 0 | 3 | 29 | 13 | 38 | 2F | 41 |
| Octal | 317 | 311 | 172 | 0 | 3 | 51 | 23 | 70 | 57 | 101 |
| Binary | 11001111 | 11001001 | 1111010 | 0 | 11 | 101001 | 10011 | 111000 | 101111 | 1000001 |
Color Harmonies of #CFC97A
Complementary color
Monochromatic Colors of #CFC97A
Black with #CFC97A
Text Example
Text Example
White with #CFC97A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC97A; }
p { color: rgb(207,201,122); }
H1.HeaderClassName
{
color: #CFC97A;
}
.AnyTagClassName
{
color: #CFC97A;
}
</style>
background-color css
<style>
a { background-color: #CFC97A; }
a { background-color: rgb(207,201,122); }
div.DivClassName
{
background-color: #CFC97A;
}
.BgClassName
{
background-color: #CFC97A;
}
</style>
border-color css
<style>
span { border-color: #CFC97A; }
span { border-color: rgb(207,201,122); }
td.TdClassName
{
border-color: #CFC97A;
}
.TagClassName
{
border-color: #CFC97A;
}
</style>