Shades of Winter Hazel #CFC083
Tints of Winter Hazel #CFC083
RGB
CMYK
RGB Variations
Color information
#CFC083 (or 0xCFC083) is known color: Winter Hazel. HEX triplet: CF, C0 and 83. RGB value is (207,192,131). Sum of RGB (Red+Green+Blue) = 207+192+131=530 (70% of max value = 765). Red value is 207 (81.25% from 255 or 39.06% from 530); Green value is 192 (75.39% from 255 or 36.23% from 530); Blue value is 131 (51.56% from 255 or 24.72% from 530); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC083 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC083 is #303F7C. Grayscale: #BDBDBD. Windows color (decimal): -3161981 or 8634575. OLE color: 8634575.
HSL color Cylindrical-coordinate representation of color #CFC083: hue angle of 48.16º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CFC083 is Cyan = 0, Magento = 0.07, Yellow = 0.37 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 192 | 131 | - |
| CMYK | 0 | 0.07 | 0.37 | 0.19 |
| HSL | 48.16º | 0.44% | 0.66% | - |
| HSV(B) | 48.16º | 0.37% | 0.81% | - |
| XYZ | 48.68 | 52.6 | 29.06 | - |
| YUV | 189.53 | 94.97 | 140.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 192 | 131 | 0 | 0.07 | 0.37 | 0.19 | 48.16 | 0.44 | 0.66 |
| Hex | CF | C0 | 83 | 0 | 7 | 25 | 13 | 30 | 2C | 42 |
| Octal | 317 | 300 | 203 | 0 | 7 | 45 | 23 | 60 | 54 | 102 |
| Binary | 11001111 | 11000000 | 10000011 | 0 | 111 | 100101 | 10011 | 110000 | 101100 | 1000010 |
Color Harmonies of #CFC083
Complementary color
Monochromatic Colors of #CFC083
Black with #CFC083
Text Example
Text Example
White with #CFC083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC083; }
p { color: rgb(207,192,131); }
H1.HeaderClassName
{
color: #CFC083;
}
.AnyTagClassName
{
color: #CFC083;
}
</style>
background-color css
<style>
a { background-color: #CFC083; }
a { background-color: rgb(207,192,131); }
div.DivClassName
{
background-color: #CFC083;
}
.BgClassName
{
background-color: #CFC083;
}
</style>
border-color css
<style>
span { border-color: #CFC083; }
span { border-color: rgb(207,192,131); }
td.TdClassName
{
border-color: #CFC083;
}
.TagClassName
{
border-color: #CFC083;
}
</style>