Shades of Winter Hazel #CFC07E
Tints of Winter Hazel #CFC07E
RGB
CMYK
RGB Variations
Color information
#CFC07E (or 0xCFC07E) is known color: Winter Hazel. HEX triplet: CF, C0 and 7E. RGB value is (207,192,126). Sum of RGB (Red+Green+Blue) = 207+192+126=525 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.43% from 525); Green value is 192 (75.39% from 255 or 36.57% from 525); Blue value is 126 (49.61% from 255 or 24% from 525); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC07E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC07E is #303F81. Grayscale: #BDBDBD. Windows color (decimal): -3161986 or 8306895. OLE color: 8306895.
HSL color Cylindrical-coordinate representation of color #CFC07E: hue angle of 48.89º degrees, saturation: 0.46, 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 #CFC07E is Cyan = 0, Magento = 0.07, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 192 | 126 | - |
| CMYK | 0 | 0.07 | 0.39 | 0.19 |
| HSL | 48.89º | 0.46% | 0.65% | - |
| HSV(B) | 48.89º | 0.39% | 0.81% | - |
| XYZ | 48.35 | 52.47 | 27.32 | - |
| YUV | 188.96 | 92.47 | 140.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 192 | 126 | 0 | 0.07 | 0.39 | 0.19 | 48.89 | 0.46 | 0.65 |
| Hex | CF | C0 | 7E | 0 | 7 | 27 | 13 | 31 | 2E | 41 |
| Octal | 317 | 300 | 176 | 0 | 7 | 47 | 23 | 61 | 56 | 101 |
| Binary | 11001111 | 11000000 | 1111110 | 0 | 111 | 100111 | 10011 | 110001 | 101110 | 1000001 |
Color Harmonies of #CFC07E
Complementary color
Monochromatic Colors of #CFC07E
Black with #CFC07E
Text Example
Text Example
White with #CFC07E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC07E; }
p { color: rgb(207,192,126); }
H1.HeaderClassName
{
color: #CFC07E;
}
.AnyTagClassName
{
color: #CFC07E;
}
</style>
background-color css
<style>
a { background-color: #CFC07E; }
a { background-color: rgb(207,192,126); }
div.DivClassName
{
background-color: #CFC07E;
}
.BgClassName
{
background-color: #CFC07E;
}
</style>
border-color css
<style>
span { border-color: #CFC07E; }
span { border-color: rgb(207,192,126); }
td.TdClassName
{
border-color: #CFC07E;
}
.TagClassName
{
border-color: #CFC07E;
}
</style>