Shades of Winter Hazel #CFC88F
Tints of Winter Hazel #CFC88F
RGB
CMYK
RGB Variations
Color information
#CFC88F (or 0xCFC88F) is known color: Winter Hazel. HEX triplet: CF, C8 and 8F. RGB value is (207,200,143). Sum of RGB (Red+Green+Blue) = 207+200+143=550 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.64% from 550); Green value is 200 (78.52% from 255 or 36.36% from 550); Blue value is 143 (56.25% from 255 or 26% from 550); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC88F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC88F is #303770. Grayscale: #C3C3C3. Windows color (decimal): -3159921 or 9423055. OLE color: 9423055.
HSL color Cylindrical-coordinate representation of color #CFC88F: hue angle of 53.44º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CFC88F is Cyan = 0, Magento = 0.03, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 200 | 143 | - |
| CMYK | 0 | 0.03 | 0.31 | 0.19 |
| HSL | 53.44º | 0.4% | 0.69% | - |
| HSV(B) | 53.44º | 0.31% | 0.81% | - |
| XYZ | 51.34 | 56.56 | 34.2 | - |
| YUV | 195.6 | 98.32 | 136.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 200 | 143 | 0 | 0.03 | 0.31 | 0.19 | 53.44 | 0.4 | 0.69 |
| Hex | CF | C8 | 8F | 0 | 3 | 1F | 13 | 35 | 28 | 45 |
| Octal | 317 | 310 | 217 | 0 | 3 | 37 | 23 | 65 | 50 | 105 |
| Binary | 11001111 | 11001000 | 10001111 | 0 | 11 | 11111 | 10011 | 110101 | 101000 | 1000101 |
Color Harmonies of #CFC88F
Complementary color
Monochromatic Colors of #CFC88F
Black with #CFC88F
Text Example
Text Example
White with #CFC88F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC88F; }
p { color: rgb(207,200,143); }
H1.HeaderClassName
{
color: #CFC88F;
}
.AnyTagClassName
{
color: #CFC88F;
}
</style>
background-color css
<style>
a { background-color: #CFC88F; }
a { background-color: rgb(207,200,143); }
div.DivClassName
{
background-color: #CFC88F;
}
.BgClassName
{
background-color: #CFC88F;
}
</style>
border-color css
<style>
span { border-color: #CFC88F; }
span { border-color: rgb(207,200,143); }
td.TdClassName
{
border-color: #CFC88F;
}
.TagClassName
{
border-color: #CFC88F;
}
</style>