Shades of Winter Hazel #CFC78D
Tints of Winter Hazel #CFC78D
RGB
CMYK
RGB Variations
Color information
#CFC78D (or 0xCFC78D) is known color: Winter Hazel. HEX triplet: CF, C7 and 8D. RGB value is (207,199,141). Sum of RGB (Red+Green+Blue) = 207+199+141=547 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.84% from 547); Green value is 199 (78.12% from 255 or 36.38% from 547); Blue value is 141 (55.47% from 255 or 25.78% from 547); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC78D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC78D is #303872. Grayscale: #C3C3C3. Windows color (decimal): -3160179 or 9291727. OLE color: 9291727.
HSL color Cylindrical-coordinate representation of color #CFC78D: hue angle of 52.73º 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 #CFC78D is Cyan = 0, Magento = 0.04, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 199 | 141 | - |
| CMYK | 0 | 0.04 | 0.32 | 0.19 |
| HSL | 52.73º | 0.41% | 0.68% | - |
| HSV(B) | 52.73º | 0.32% | 0.81% | - |
| XYZ | 50.96 | 56.04 | 33.33 | - |
| YUV | 194.78 | 97.65 | 136.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 199 | 141 | 0 | 0.04 | 0.32 | 0.19 | 52.73 | 0.41 | 0.68 |
| Hex | CF | C7 | 8D | 0 | 4 | 20 | 13 | 35 | 29 | 44 |
| Octal | 317 | 307 | 215 | 0 | 4 | 40 | 23 | 65 | 51 | 104 |
| Binary | 11001111 | 11000111 | 10001101 | 0 | 100 | 100000 | 10011 | 110101 | 101001 | 1000100 |
Color Harmonies of #CFC78D
Complementary color
Monochromatic Colors of #CFC78D
Black with #CFC78D
Text Example
Text Example
White with #CFC78D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC78D; }
p { color: rgb(207,199,141); }
H1.HeaderClassName
{
color: #CFC78D;
}
.AnyTagClassName
{
color: #CFC78D;
}
</style>
background-color css
<style>
a { background-color: #CFC78D; }
a { background-color: rgb(207,199,141); }
div.DivClassName
{
background-color: #CFC78D;
}
.BgClassName
{
background-color: #CFC78D;
}
</style>
border-color css
<style>
span { border-color: #CFC78D; }
span { border-color: rgb(207,199,141); }
td.TdClassName
{
border-color: #CFC78D;
}
.TagClassName
{
border-color: #CFC78D;
}
</style>