Shades of Winter Hazel #CFC875
Tints of Winter Hazel #CFC875
RGB
CMYK
RGB Variations
Color information
#CFC875 (or 0xCFC875) is known color: Winter Hazel. HEX triplet: CF, C8 and 75. RGB value is (207,200,117). Sum of RGB (Red+Green+Blue) = 207+200+117=524 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.50% from 524); Green value is 200 (78.52% from 255 or 38.17% from 524); Blue value is 117 (46.09% from 255 or 22.33% from 524); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC875 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC875 is #30378A. Grayscale: #C0C0C0. Windows color (decimal): -3159947 or 7719119. OLE color: 7719119.
HSL color Cylindrical-coordinate representation of color #CFC875: hue angle of 55.33º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CFC875 is Cyan = 0, Magento = 0.03, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 200 | 117 | - |
| CMYK | 0 | 0.03 | 0.43 | 0.19 |
| HSL | 55.33º | 0.48% | 0.64% | - |
| HSV(B) | 55.33º | 0.43% | 0.81% | - |
| XYZ | 49.6 | 55.86 | 25 | - |
| YUV | 192.63 | 85.32 | 138.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 200 | 117 | 0 | 0.03 | 0.43 | 0.19 | 55.33 | 0.48 | 0.64 |
| Hex | CF | C8 | 75 | 0 | 3 | 2B | 13 | 37 | 30 | 40 |
| Octal | 317 | 310 | 165 | 0 | 3 | 53 | 23 | 67 | 60 | 100 |
| Binary | 11001111 | 11001000 | 1110101 | 0 | 11 | 101011 | 10011 | 110111 | 110000 | 1000000 |
Color Harmonies of #CFC875
Complementary color
Monochromatic Colors of #CFC875
Black with #CFC875
Text Example
Text Example
White with #CFC875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC875; }
p { color: rgb(207,200,117); }
H1.HeaderClassName
{
color: #CFC875;
}
.AnyTagClassName
{
color: #CFC875;
}
</style>
background-color css
<style>
a { background-color: #CFC875; }
a { background-color: rgb(207,200,117); }
div.DivClassName
{
background-color: #CFC875;
}
.BgClassName
{
background-color: #CFC875;
}
</style>
border-color css
<style>
span { border-color: #CFC875; }
span { border-color: rgb(207,200,117); }
td.TdClassName
{
border-color: #CFC875;
}
.TagClassName
{
border-color: #CFC875;
}
</style>