Shades of Winter Hazel #CFC08A
Tints of Winter Hazel #CFC08A
RGB
CMYK
RGB Variations
Color information
#CFC08A (or 0xCFC08A) is known color: Winter Hazel. HEX triplet: CF, C0 and 8A. RGB value is (207,192,138). Sum of RGB (Red+Green+Blue) = 207+192+138=537 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.55% from 537); Green value is 192 (75.39% from 255 or 35.75% from 537); Blue value is 138 (54.30% from 255 or 25.70% from 537); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC08A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC08A is #303F75. Grayscale: #BEBEBE. Windows color (decimal): -3161974 or 9093327. OLE color: 9093327.
HSL color Cylindrical-coordinate representation of color #CFC08A: hue angle of 46.96º 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 #CFC08A is Cyan = 0, Magento = 0.07, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 192 | 138 | - |
| CMYK | 0 | 0.07 | 0.33 | 0.19 |
| HSL | 46.96º | 0.42% | 0.68% | - |
| HSV(B) | 46.96º | 0.33% | 0.81% | - |
| XYZ | 49.17 | 52.8 | 31.64 | - |
| YUV | 190.33 | 98.47 | 139.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 192 | 138 | 0 | 0.07 | 0.33 | 0.19 | 46.96 | 0.42 | 0.68 |
| Hex | CF | C0 | 8A | 0 | 7 | 21 | 13 | 2F | 2A | 44 |
| Octal | 317 | 300 | 212 | 0 | 7 | 41 | 23 | 57 | 52 | 104 |
| Binary | 11001111 | 11000000 | 10001010 | 0 | 111 | 100001 | 10011 | 101111 | 101010 | 1000100 |
Color Harmonies of #CFC08A
Complementary color
Monochromatic Colors of #CFC08A
Black with #CFC08A
Text Example
Text Example
White with #CFC08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC08A; }
p { color: rgb(207,192,138); }
H1.HeaderClassName
{
color: #CFC08A;
}
.AnyTagClassName
{
color: #CFC08A;
}
</style>
background-color css
<style>
a { background-color: #CFC08A; }
a { background-color: rgb(207,192,138); }
div.DivClassName
{
background-color: #CFC08A;
}
.BgClassName
{
background-color: #CFC08A;
}
</style>
border-color css
<style>
span { border-color: #CFC08A; }
span { border-color: rgb(207,192,138); }
td.TdClassName
{
border-color: #CFC08A;
}
.TagClassName
{
border-color: #CFC08A;
}
</style>