Shades of Winter Hazel #CFC78C
Tints of Winter Hazel #CFC78C
RGB
CMYK
RGB Variations
Color information
#CFC78C (or 0xCFC78C) is known color: Winter Hazel. HEX triplet: CF, C7 and 8C. RGB value is (207,199,140). Sum of RGB (Red+Green+Blue) = 207+199+140=546 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.91% from 546); Green value is 199 (78.12% from 255 or 36.45% from 546); Blue value is 140 (55.08% from 255 or 25.64% from 546); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC78C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC78C is #303873. Grayscale: #C2C2C2. Windows color (decimal): -3160180 or 9226191. OLE color: 9226191.
HSL color Cylindrical-coordinate representation of color #CFC78C: hue angle of 52.84º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CFC78C is Cyan = 0, Magento = 0.04, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 199 | 140 | - |
| CMYK | 0 | 0.04 | 0.32 | 0.19 |
| HSL | 52.84º | 0.41% | 0.68% | - |
| HSV(B) | 52.84º | 0.32% | 0.81% | - |
| XYZ | 50.89 | 56.01 | 32.94 | - |
| YUV | 194.67 | 97.15 | 136.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 199 | 140 | 0 | 0.04 | 0.32 | 0.19 | 52.84 | 0.41 | 0.68 |
| Hex | CF | C7 | 8C | 0 | 4 | 20 | 13 | 35 | 29 | 44 |
| Octal | 317 | 307 | 214 | 0 | 4 | 40 | 23 | 65 | 51 | 104 |
| Binary | 11001111 | 11000111 | 10001100 | 0 | 100 | 100000 | 10011 | 110101 | 101001 | 1000100 |
Color Harmonies of #CFC78C
Complementary color
Monochromatic Colors of #CFC78C
Black with #CFC78C
Text Example
Text Example
White with #CFC78C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC78C; }
p { color: rgb(207,199,140); }
H1.HeaderClassName
{
color: #CFC78C;
}
.AnyTagClassName
{
color: #CFC78C;
}
</style>
background-color css
<style>
a { background-color: #CFC78C; }
a { background-color: rgb(207,199,140); }
div.DivClassName
{
background-color: #CFC78C;
}
.BgClassName
{
background-color: #CFC78C;
}
</style>
border-color css
<style>
span { border-color: #CFC78C; }
span { border-color: rgb(207,199,140); }
td.TdClassName
{
border-color: #CFC78C;
}
.TagClassName
{
border-color: #CFC78C;
}
</style>