Shades of Winter Hazel #CFC37A
Tints of Winter Hazel #CFC37A
RGB
CMYK
RGB Variations
Color information
#CFC37A (or 0xCFC37A) is known color: Winter Hazel. HEX triplet: CF, C3 and 7A. RGB value is (207,195,122). Sum of RGB (Red+Green+Blue) = 207+195+122=524 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.50% from 524); Green value is 195 (76.56% from 255 or 37.21% from 524); Blue value is 122 (48.05% from 255 or 23.28% from 524); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC37A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC37A is #303C85. Grayscale: #BEBEBE. Windows color (decimal): -3161222 or 8045519. OLE color: 8045519.
HSL color Cylindrical-coordinate representation of color #CFC37A: hue angle of 51.53º 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 #CFC37A is Cyan = 0, Magento = 0.06, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 195 | 122 | - |
| CMYK | 0 | 0.06 | 0.41 | 0.19 |
| HSL | 51.53º | 0.47% | 0.65% | - |
| HSV(B) | 51.53º | 0.41% | 0.81% | - |
| XYZ | 48.76 | 53.7 | 26.21 | - |
| YUV | 190.27 | 89.48 | 139.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 195 | 122 | 0 | 0.06 | 0.41 | 0.19 | 51.53 | 0.47 | 0.65 |
| Hex | CF | C3 | 7A | 0 | 6 | 29 | 13 | 34 | 2F | 41 |
| Octal | 317 | 303 | 172 | 0 | 6 | 51 | 23 | 64 | 57 | 101 |
| Binary | 11001111 | 11000011 | 1111010 | 0 | 110 | 101001 | 10011 | 110100 | 101111 | 1000001 |
Color Harmonies of #CFC37A
Complementary color
Monochromatic Colors of #CFC37A
Black with #CFC37A
Text Example
Text Example
White with #CFC37A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC37A; }
p { color: rgb(207,195,122); }
H1.HeaderClassName
{
color: #CFC37A;
}
.AnyTagClassName
{
color: #CFC37A;
}
</style>
background-color css
<style>
a { background-color: #CFC37A; }
a { background-color: rgb(207,195,122); }
div.DivClassName
{
background-color: #CFC37A;
}
.BgClassName
{
background-color: #CFC37A;
}
</style>
border-color css
<style>
span { border-color: #CFC37A; }
span { border-color: rgb(207,195,122); }
td.TdClassName
{
border-color: #CFC37A;
}
.TagClassName
{
border-color: #CFC37A;
}
</style>