Shades of Winter Hazel #CFC57A
Tints of Winter Hazel #CFC57A
RGB
CMYK
RGB Variations
Color information
#CFC57A (or 0xCFC57A) is known color: Winter Hazel. HEX triplet: CF, C5 and 7A. RGB value is (207,197,122). Sum of RGB (Red+Green+Blue) = 207+197+122=526 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.35% from 526); Green value is 197 (77.34% from 255 or 37.45% from 526); Blue value is 122 (48.05% from 255 or 23.19% from 526); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC57A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC57A is #303A85. Grayscale: #BFBFBF. Windows color (decimal): -3160710 or 8046031. OLE color: 8046031.
HSL color Cylindrical-coordinate representation of color #CFC57A: hue angle of 52.94º 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 #CFC57A is Cyan = 0, Magento = 0.05, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 197 | 122 | - |
| CMYK | 0 | 0.05 | 0.41 | 0.19 |
| HSL | 52.94º | 0.47% | 0.65% | - |
| HSV(B) | 52.94º | 0.41% | 0.81% | - |
| XYZ | 49.21 | 54.6 | 26.36 | - |
| YUV | 191.44 | 88.81 | 139.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 197 | 122 | 0 | 0.05 | 0.41 | 0.19 | 52.94 | 0.47 | 0.65 |
| Hex | CF | C5 | 7A | 0 | 5 | 29 | 13 | 35 | 2F | 41 |
| Octal | 317 | 305 | 172 | 0 | 5 | 51 | 23 | 65 | 57 | 101 |
| Binary | 11001111 | 11000101 | 1111010 | 0 | 101 | 101001 | 10011 | 110101 | 101111 | 1000001 |
Color Harmonies of #CFC57A
Complementary color
Monochromatic Colors of #CFC57A
Black with #CFC57A
Text Example
Text Example
White with #CFC57A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC57A; }
p { color: rgb(207,197,122); }
H1.HeaderClassName
{
color: #CFC57A;
}
.AnyTagClassName
{
color: #CFC57A;
}
</style>
background-color css
<style>
a { background-color: #CFC57A; }
a { background-color: rgb(207,197,122); }
div.DivClassName
{
background-color: #CFC57A;
}
.BgClassName
{
background-color: #CFC57A;
}
</style>
border-color css
<style>
span { border-color: #CFC57A; }
span { border-color: rgb(207,197,122); }
td.TdClassName
{
border-color: #CFC57A;
}
.TagClassName
{
border-color: #CFC57A;
}
</style>