Shades of Winter Hazel #CFC87E
Tints of Winter Hazel #CFC87E
RGB
CMYK
RGB Variations
Color information
#CFC87E (or 0xCFC87E) is known color: Winter Hazel. HEX triplet: CF, C8 and 7E. RGB value is (207,200,126). Sum of RGB (Red+Green+Blue) = 207+200+126=533 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.84% from 533); Green value is 200 (78.52% from 255 or 37.52% from 533); Blue value is 126 (49.61% from 255 or 23.64% from 533); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC87E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC87E is #303781. Grayscale: #C1C1C1. Windows color (decimal): -3159938 or 8308943. OLE color: 8308943.
HSL color Cylindrical-coordinate representation of color #CFC87E: hue angle of 54.81º 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 #CFC87E is Cyan = 0, Magento = 0.03, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 200 | 126 | - |
| CMYK | 0 | 0.03 | 0.39 | 0.19 |
| HSL | 54.81º | 0.46% | 0.65% | - |
| HSV(B) | 54.81º | 0.39% | 0.81% | - |
| XYZ | 50.15 | 56.08 | 27.92 | - |
| YUV | 193.66 | 89.82 | 137.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 200 | 126 | 0 | 0.03 | 0.39 | 0.19 | 54.81 | 0.46 | 0.65 |
| Hex | CF | C8 | 7E | 0 | 3 | 27 | 13 | 37 | 2E | 41 |
| Octal | 317 | 310 | 176 | 0 | 3 | 47 | 23 | 67 | 56 | 101 |
| Binary | 11001111 | 11001000 | 1111110 | 0 | 11 | 100111 | 10011 | 110111 | 101110 | 1000001 |
Color Harmonies of #CFC87E
Complementary color
Monochromatic Colors of #CFC87E
Black with #CFC87E
Text Example
Text Example
White with #CFC87E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC87E; }
p { color: rgb(207,200,126); }
H1.HeaderClassName
{
color: #CFC87E;
}
.AnyTagClassName
{
color: #CFC87E;
}
</style>
background-color css
<style>
a { background-color: #CFC87E; }
a { background-color: rgb(207,200,126); }
div.DivClassName
{
background-color: #CFC87E;
}
.BgClassName
{
background-color: #CFC87E;
}
</style>
border-color css
<style>
span { border-color: #CFC87E; }
span { border-color: rgb(207,200,126); }
td.TdClassName
{
border-color: #CFC87E;
}
.TagClassName
{
border-color: #CFC87E;
}
</style>