Shades of Winter Hazel #CFC78A
Tints of Winter Hazel #CFC78A
RGB
CMYK
RGB Variations
Color information
#CFC78A (or 0xCFC78A) is known color: Winter Hazel. HEX triplet: CF, C7 and 8A. RGB value is (207,199,138). Sum of RGB (Red+Green+Blue) = 207+199+138=544 (72% of max value = 765). Red value is 207 (81.25% from 255 or 38.05% from 544); Green value is 199 (78.12% from 255 or 36.58% from 544); Blue value is 138 (54.30% from 255 or 25.37% from 544); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC78A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC78A is #303875. Grayscale: #C2C2C2. Windows color (decimal): -3160182 or 9095119. OLE color: 9095119.
HSL color Cylindrical-coordinate representation of color #CFC78A: hue angle of 53.04º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CFC78A is Cyan = 0, Magento = 0.04, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 199 | 138 | - |
| CMYK | 0 | 0.04 | 0.33 | 0.19 |
| HSL | 53.04º | 0.42% | 0.68% | - |
| HSV(B) | 53.04º | 0.33% | 0.81% | - |
| XYZ | 50.74 | 55.95 | 32.17 | - |
| YUV | 194.44 | 96.15 | 136.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 199 | 138 | 0 | 0.04 | 0.33 | 0.19 | 53.04 | 0.42 | 0.68 |
| Hex | CF | C7 | 8A | 0 | 4 | 21 | 13 | 35 | 2A | 44 |
| Octal | 317 | 307 | 212 | 0 | 4 | 41 | 23 | 65 | 52 | 104 |
| Binary | 11001111 | 11000111 | 10001010 | 0 | 100 | 100001 | 10011 | 110101 | 101010 | 1000100 |
Color Harmonies of #CFC78A
Complementary color
Monochromatic Colors of #CFC78A
Black with #CFC78A
Text Example
Text Example
White with #CFC78A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC78A; }
p { color: rgb(207,199,138); }
H1.HeaderClassName
{
color: #CFC78A;
}
.AnyTagClassName
{
color: #CFC78A;
}
</style>
background-color css
<style>
a { background-color: #CFC78A; }
a { background-color: rgb(207,199,138); }
div.DivClassName
{
background-color: #CFC78A;
}
.BgClassName
{
background-color: #CFC78A;
}
</style>
border-color css
<style>
span { border-color: #CFC78A; }
span { border-color: rgb(207,199,138); }
td.TdClassName
{
border-color: #CFC78A;
}
.TagClassName
{
border-color: #CFC78A;
}
</style>