Shades of Winter Hazel #CFC985
Tints of Winter Hazel #CFC985
RGB
CMYK
RGB Variations
Color information
#CFC985 (or 0xCFC985) is known color: Winter Hazel. HEX triplet: CF, C9 and 85. RGB value is (207,201,133). Sum of RGB (Red+Green+Blue) = 207+201+133=541 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.26% from 541); Green value is 201 (78.91% from 255 or 37.15% from 541); Blue value is 133 (52.34% from 255 or 24.58% from 541); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC985 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC985 is #30367A. Grayscale: #C3C3C3. Windows color (decimal): -3159675 or 8767951. OLE color: 8767951.
HSL color Cylindrical-coordinate representation of color #CFC985: hue angle of 55.14º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CFC985 is Cyan = 0, Magento = 0.03, Yellow = 0.36 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 201 | 133 | - |
| CMYK | 0 | 0.03 | 0.36 | 0.19 |
| HSL | 55.14º | 0.44% | 0.67% | - |
| HSV(B) | 55.14º | 0.36% | 0.81% | - |
| XYZ | 50.85 | 56.73 | 30.46 | - |
| YUV | 195.04 | 92.99 | 136.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 201 | 133 | 0 | 0.03 | 0.36 | 0.19 | 55.14 | 0.44 | 0.67 |
| Hex | CF | C9 | 85 | 0 | 3 | 24 | 13 | 37 | 2C | 43 |
| Octal | 317 | 311 | 205 | 0 | 3 | 44 | 23 | 67 | 54 | 103 |
| Binary | 11001111 | 11001001 | 10000101 | 0 | 11 | 100100 | 10011 | 110111 | 101100 | 1000011 |
Color Harmonies of #CFC985
Complementary color
Monochromatic Colors of #CFC985
Black with #CFC985
Text Example
Text Example
White with #CFC985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC985; }
p { color: rgb(207,201,133); }
H1.HeaderClassName
{
color: #CFC985;
}
.AnyTagClassName
{
color: #CFC985;
}
</style>
background-color css
<style>
a { background-color: #CFC985; }
a { background-color: rgb(207,201,133); }
div.DivClassName
{
background-color: #CFC985;
}
.BgClassName
{
background-color: #CFC985;
}
</style>
border-color css
<style>
span { border-color: #CFC985; }
span { border-color: rgb(207,201,133); }
td.TdClassName
{
border-color: #CFC985;
}
.TagClassName
{
border-color: #CFC985;
}
</style>