Shades of Winter Hazel #CFC37F
Tints of Winter Hazel #CFC37F
RGB
CMYK
RGB Variations
Color information
#CFC37F (or 0xCFC37F) is known color: Winter Hazel. HEX triplet: CF, C3 and 7F. RGB value is (207,195,127). Sum of RGB (Red+Green+Blue) = 207+195+127=529 (70% of max value = 765). Red value is 207 (81.25% from 255 or 39.13% from 529); Green value is 195 (76.56% from 255 or 36.86% from 529); Blue value is 127 (50% from 255 or 24.01% from 529); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC37F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC37F is #303C80. Grayscale: #BFBFBF. Windows color (decimal): -3161217 or 8373199. OLE color: 8373199.
HSL color Cylindrical-coordinate representation of color #CFC37F: hue angle of 51º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CFC37F is Cyan = 0, Magento = 0.06, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 195 | 127 | - |
| CMYK | 0 | 0.06 | 0.39 | 0.19 |
| HSL | 51º | 0.45% | 0.65% | - |
| HSV(B) | 51º | 0.39% | 0.81% | - |
| XYZ | 49.08 | 53.83 | 27.88 | - |
| YUV | 190.84 | 91.98 | 139.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 195 | 127 | 0 | 0.06 | 0.39 | 0.19 | 51 | 0.45 | 0.65 |
| Hex | CF | C3 | 7F | 0 | 6 | 27 | 13 | 33 | 2D | 41 |
| Octal | 317 | 303 | 177 | 0 | 6 | 47 | 23 | 63 | 55 | 101 |
| Binary | 11001111 | 11000011 | 1111111 | 0 | 110 | 100111 | 10011 | 110011 | 101101 | 1000001 |
Color Harmonies of #CFC37F
Complementary color
Monochromatic Colors of #CFC37F
Black with #CFC37F
Text Example
Text Example
White with #CFC37F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC37F; }
p { color: rgb(207,195,127); }
H1.HeaderClassName
{
color: #CFC37F;
}
.AnyTagClassName
{
color: #CFC37F;
}
</style>
background-color css
<style>
a { background-color: #CFC37F; }
a { background-color: rgb(207,195,127); }
div.DivClassName
{
background-color: #CFC37F;
}
.BgClassName
{
background-color: #CFC37F;
}
</style>
border-color css
<style>
span { border-color: #CFC37F; }
span { border-color: rgb(207,195,127); }
td.TdClassName
{
border-color: #CFC37F;
}
.TagClassName
{
border-color: #CFC37F;
}
</style>