Shades of Winter Hazel #CFC877
Tints of Winter Hazel #CFC877
RGB
CMYK
RGB Variations
Color information
#CFC877 (or 0xCFC877) is known color: Winter Hazel. HEX triplet: CF, C8 and 77. RGB value is (207,200,119). Sum of RGB (Red+Green+Blue) = 207+200+119=526 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.35% from 526); Green value is 200 (78.52% from 255 or 38.02% from 526); Blue value is 119 (46.88% from 255 or 22.62% from 526); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC877 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC877 is #303788. Grayscale: #C1C1C1. Windows color (decimal): -3159945 or 7850191. OLE color: 7850191.
HSL color Cylindrical-coordinate representation of color #CFC877: hue angle of 55.23º 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 #CFC877 is Cyan = 0, Magento = 0.03, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 200 | 119 | - |
| CMYK | 0 | 0.03 | 0.43 | 0.19 |
| HSL | 55.23º | 0.48% | 0.64% | - |
| HSV(B) | 55.23º | 0.43% | 0.81% | - |
| XYZ | 49.72 | 55.91 | 25.62 | - |
| YUV | 192.86 | 86.32 | 138.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 200 | 119 | 0 | 0.03 | 0.43 | 0.19 | 55.23 | 0.48 | 0.64 |
| Hex | CF | C8 | 77 | 0 | 3 | 2B | 13 | 37 | 30 | 40 |
| Octal | 317 | 310 | 167 | 0 | 3 | 53 | 23 | 67 | 60 | 100 |
| Binary | 11001111 | 11001000 | 1110111 | 0 | 11 | 101011 | 10011 | 110111 | 110000 | 1000000 |
Color Harmonies of #CFC877
Complementary color
Monochromatic Colors of #CFC877
Black with #CFC877
Text Example
Text Example
White with #CFC877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC877; }
p { color: rgb(207,200,119); }
H1.HeaderClassName
{
color: #CFC877;
}
.AnyTagClassName
{
color: #CFC877;
}
</style>
background-color css
<style>
a { background-color: #CFC877; }
a { background-color: rgb(207,200,119); }
div.DivClassName
{
background-color: #CFC877;
}
.BgClassName
{
background-color: #CFC877;
}
</style>
border-color css
<style>
span { border-color: #CFC877; }
span { border-color: rgb(207,200,119); }
td.TdClassName
{
border-color: #CFC877;
}
.TagClassName
{
border-color: #CFC877;
}
</style>