Shades of Winter Hazel #CFC988
Tints of Winter Hazel #CFC988
RGB
CMYK
RGB Variations
Color information
#CFC988 (or 0xCFC988) is known color: Winter Hazel. HEX triplet: CF, C9 and 88. RGB value is (207,201,136). Sum of RGB (Red+Green+Blue) = 207+201+136=544 (72% of max value = 765). Red value is 207 (81.25% from 255 or 38.05% from 544); Green value is 201 (78.91% from 255 or 36.95% from 544); Blue value is 136 (53.52% from 255 or 25% from 544); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC988 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC988 is #303677. Grayscale: #C3C3C3. Windows color (decimal): -3159672 or 8964559. OLE color: 8964559.
HSL color Cylindrical-coordinate representation of color #CFC988: hue angle of 54.93º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CFC988 is Cyan = 0, Magento = 0.03, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 201 | 136 | - |
| CMYK | 0 | 0.03 | 0.34 | 0.19 |
| HSL | 54.93º | 0.43% | 0.67% | - |
| HSV(B) | 54.93º | 0.34% | 0.81% | - |
| XYZ | 51.06 | 56.82 | 31.57 | - |
| YUV | 195.38 | 94.49 | 136.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 201 | 136 | 0 | 0.03 | 0.34 | 0.19 | 54.93 | 0.43 | 0.67 |
| Hex | CF | C9 | 88 | 0 | 3 | 22 | 13 | 37 | 2B | 43 |
| Octal | 317 | 311 | 210 | 0 | 3 | 42 | 23 | 67 | 53 | 103 |
| Binary | 11001111 | 11001001 | 10001000 | 0 | 11 | 100010 | 10011 | 110111 | 101011 | 1000011 |
Color Harmonies of #CFC988
Complementary color
Monochromatic Colors of #CFC988
Black with #CFC988
Text Example
Text Example
White with #CFC988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC988; }
p { color: rgb(207,201,136); }
H1.HeaderClassName
{
color: #CFC988;
}
.AnyTagClassName
{
color: #CFC988;
}
</style>
background-color css
<style>
a { background-color: #CFC988; }
a { background-color: rgb(207,201,136); }
div.DivClassName
{
background-color: #CFC988;
}
.BgClassName
{
background-color: #CFC988;
}
</style>
border-color css
<style>
span { border-color: #CFC988; }
span { border-color: rgb(207,201,136); }
td.TdClassName
{
border-color: #CFC988;
}
.TagClassName
{
border-color: #CFC988;
}
</style>