Shades of Winter Hazel #CFC683
Tints of Winter Hazel #CFC683
RGB
CMYK
RGB Variations
Color information
#CFC683 (or 0xCFC683) is known color: Winter Hazel. HEX triplet: CF, C6 and 83. RGB value is (207,198,131). Sum of RGB (Red+Green+Blue) = 207+198+131=536 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.62% from 536); Green value is 198 (77.73% from 255 or 36.94% from 536); Blue value is 131 (51.56% from 255 or 24.44% from 536); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC683 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC683 is #30397C. Grayscale: #C1C1C1. Windows color (decimal): -3160445 or 8636111. OLE color: 8636111.
HSL color Cylindrical-coordinate representation of color #CFC683: hue angle of 52.89º 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 #CFC683 is Cyan = 0, Magento = 0.04, Yellow = 0.37 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 198 | 131 | - |
| CMYK | 0 | 0.04 | 0.37 | 0.19 |
| HSL | 52.89º | 0.44% | 0.66% | - |
| HSV(B) | 52.89º | 0.37% | 0.81% | - |
| XYZ | 50.02 | 55.29 | 29.51 | - |
| YUV | 193.05 | 92.98 | 137.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 198 | 131 | 0 | 0.04 | 0.37 | 0.19 | 52.89 | 0.44 | 0.66 |
| Hex | CF | C6 | 83 | 0 | 4 | 25 | 13 | 35 | 2C | 42 |
| Octal | 317 | 306 | 203 | 0 | 4 | 45 | 23 | 65 | 54 | 102 |
| Binary | 11001111 | 11000110 | 10000011 | 0 | 100 | 100101 | 10011 | 110101 | 101100 | 1000010 |
Color Harmonies of #CFC683
Complementary color
Monochromatic Colors of #CFC683
Black with #CFC683
Text Example
Text Example
White with #CFC683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC683; }
p { color: rgb(207,198,131); }
H1.HeaderClassName
{
color: #CFC683;
}
.AnyTagClassName
{
color: #CFC683;
}
</style>
background-color css
<style>
a { background-color: #CFC683; }
a { background-color: rgb(207,198,131); }
div.DivClassName
{
background-color: #CFC683;
}
.BgClassName
{
background-color: #CFC683;
}
</style>
border-color css
<style>
span { border-color: #CFC683; }
span { border-color: rgb(207,198,131); }
td.TdClassName
{
border-color: #CFC683;
}
.TagClassName
{
border-color: #CFC683;
}
</style>