Shades of Winter Hazel #CFC88E
Tints of Winter Hazel #CFC88E
RGB
CMYK
RGB Variations
Color information
#CFC88E (or 0xCFC88E) is known color: Winter Hazel. HEX triplet: CF, C8 and 8E. RGB value is (207,200,142). Sum of RGB (Red+Green+Blue) = 207+200+142=549 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.70% from 549); Green value is 200 (78.52% from 255 or 36.43% from 549); Blue value is 142 (55.86% from 255 or 25.87% from 549); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC88E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC88E is #303771. Grayscale: #C3C3C3. Windows color (decimal): -3159922 or 9357519. OLE color: 9357519.
HSL color Cylindrical-coordinate representation of color #CFC88E: hue angle of 53.54º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CFC88E is Cyan = 0, Magento = 0.03, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 200 | 142 | - |
| CMYK | 0 | 0.03 | 0.31 | 0.19 |
| HSL | 53.54º | 0.4% | 0.68% | - |
| HSV(B) | 53.54º | 0.31% | 0.81% | - |
| XYZ | 51.27 | 56.53 | 33.8 | - |
| YUV | 195.48 | 97.82 | 136.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 200 | 142 | 0 | 0.03 | 0.31 | 0.19 | 53.54 | 0.4 | 0.68 |
| Hex | CF | C8 | 8E | 0 | 3 | 1F | 13 | 36 | 28 | 44 |
| Octal | 317 | 310 | 216 | 0 | 3 | 37 | 23 | 66 | 50 | 104 |
| Binary | 11001111 | 11001000 | 10001110 | 0 | 11 | 11111 | 10011 | 110110 | 101000 | 1000100 |
Color Harmonies of #CFC88E
Complementary color
Monochromatic Colors of #CFC88E
Black with #CFC88E
Text Example
Text Example
White with #CFC88E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC88E; }
p { color: rgb(207,200,142); }
H1.HeaderClassName
{
color: #CFC88E;
}
.AnyTagClassName
{
color: #CFC88E;
}
</style>
background-color css
<style>
a { background-color: #CFC88E; }
a { background-color: rgb(207,200,142); }
div.DivClassName
{
background-color: #CFC88E;
}
.BgClassName
{
background-color: #CFC88E;
}
</style>
border-color css
<style>
span { border-color: #CFC88E; }
span { border-color: rgb(207,200,142); }
td.TdClassName
{
border-color: #CFC88E;
}
.TagClassName
{
border-color: #CFC88E;
}
</style>