Shades of Winter Hazel #CFC08D
Tints of Winter Hazel #CFC08D
RGB
CMYK
RGB Variations
Color information
#CFC08D (or 0xCFC08D) is known color: Winter Hazel. HEX triplet: CF, C0 and 8D. RGB value is (207,192,141). Sum of RGB (Red+Green+Blue) = 207+192+141=540 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.33% from 540); Green value is 192 (75.39% from 255 or 35.56% from 540); Blue value is 141 (55.47% from 255 or 26.11% from 540); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC08D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC08D is #303F72. Grayscale: #BEBEBE. Windows color (decimal): -3161971 or 9289935. OLE color: 9289935.
HSL color Cylindrical-coordinate representation of color #CFC08D: hue angle of 46.36º 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 #CFC08D is Cyan = 0, Magento = 0.07, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 192 | 141 | - |
| CMYK | 0 | 0.07 | 0.32 | 0.19 |
| HSL | 46.36º | 0.41% | 0.68% | - |
| HSV(B) | 46.36º | 0.32% | 0.81% | - |
| XYZ | 49.39 | 52.89 | 32.8 | - |
| YUV | 190.67 | 99.97 | 139.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 192 | 141 | 0 | 0.07 | 0.32 | 0.19 | 46.36 | 0.41 | 0.68 |
| Hex | CF | C0 | 8D | 0 | 7 | 20 | 13 | 2E | 29 | 44 |
| Octal | 317 | 300 | 215 | 0 | 7 | 40 | 23 | 56 | 51 | 104 |
| Binary | 11001111 | 11000000 | 10001101 | 0 | 111 | 100000 | 10011 | 101110 | 101001 | 1000100 |
Color Harmonies of #CFC08D
Complementary color
Monochromatic Colors of #CFC08D
Black with #CFC08D
Text Example
Text Example
White with #CFC08D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC08D; }
p { color: rgb(207,192,141); }
H1.HeaderClassName
{
color: #CFC08D;
}
.AnyTagClassName
{
color: #CFC08D;
}
</style>
background-color css
<style>
a { background-color: #CFC08D; }
a { background-color: rgb(207,192,141); }
div.DivClassName
{
background-color: #CFC08D;
}
.BgClassName
{
background-color: #CFC08D;
}
</style>
border-color css
<style>
span { border-color: #CFC08D; }
span { border-color: rgb(207,192,141); }
td.TdClassName
{
border-color: #CFC08D;
}
.TagClassName
{
border-color: #CFC08D;
}
</style>