Shades of Winter Hazel #CFC885
Tints of Winter Hazel #CFC885
RGB
CMYK
RGB Variations
Color information
#CFC885 (or 0xCFC885) is known color: Winter Hazel. HEX triplet: CF, C8 and 85. RGB value is (207,200,133). Sum of RGB (Red+Green+Blue) = 207+200+133=540 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.33% from 540); Green value is 200 (78.52% from 255 or 37.04% from 540); Blue value is 133 (52.34% from 255 or 24.63% from 540); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC885 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC885 is #30377A. Grayscale: #C2C2C2. Windows color (decimal): -3159931 or 8767695. OLE color: 8767695.
HSL color Cylindrical-coordinate representation of color #CFC885: hue angle of 54.32º 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 #CFC885 is Cyan = 0, Magento = 0.03, Yellow = 0.36 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 200 | 133 | - |
| CMYK | 0 | 0.03 | 0.36 | 0.19 |
| HSL | 54.32º | 0.44% | 0.67% | - |
| HSV(B) | 54.32º | 0.36% | 0.81% | - |
| XYZ | 50.62 | 56.27 | 30.38 | - |
| YUV | 194.46 | 93.32 | 136.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 200 | 133 | 0 | 0.03 | 0.36 | 0.19 | 54.32 | 0.44 | 0.67 |
| Hex | CF | C8 | 85 | 0 | 3 | 24 | 13 | 36 | 2C | 43 |
| Octal | 317 | 310 | 205 | 0 | 3 | 44 | 23 | 66 | 54 | 103 |
| Binary | 11001111 | 11001000 | 10000101 | 0 | 11 | 100100 | 10011 | 110110 | 101100 | 1000011 |
Color Harmonies of #CFC885
Complementary color
Monochromatic Colors of #CFC885
Black with #CFC885
Text Example
Text Example
White with #CFC885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC885; }
p { color: rgb(207,200,133); }
H1.HeaderClassName
{
color: #CFC885;
}
.AnyTagClassName
{
color: #CFC885;
}
</style>
background-color css
<style>
a { background-color: #CFC885; }
a { background-color: rgb(207,200,133); }
div.DivClassName
{
background-color: #CFC885;
}
.BgClassName
{
background-color: #CFC885;
}
</style>
border-color css
<style>
span { border-color: #CFC885; }
span { border-color: rgb(207,200,133); }
td.TdClassName
{
border-color: #CFC885;
}
.TagClassName
{
border-color: #CFC885;
}
</style>