Shades of Winter Hazel #CFC485
Tints of Winter Hazel #CFC485
RGB
CMYK
RGB Variations
Color information
#CFC485 (or 0xCFC485) is known color: Winter Hazel. HEX triplet: CF, C4 and 85. RGB value is (207,196,133). Sum of RGB (Red+Green+Blue) = 207+196+133=536 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.62% from 536); Green value is 196 (76.95% from 255 or 36.57% from 536); Blue value is 133 (52.34% from 255 or 24.81% from 536); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC485 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC485 is #303B7A. Grayscale: #C0C0C0. Windows color (decimal): -3160955 or 8766671. OLE color: 8766671.
HSL color Cylindrical-coordinate representation of color #CFC485: hue angle of 51.08º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CFC485 is Cyan = 0, Magento = 0.05, Yellow = 0.36 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 196 | 133 | - |
| CMYK | 0 | 0.05 | 0.36 | 0.19 |
| HSL | 51.08º | 0.44% | 0.67% | - |
| HSV(B) | 51.08º | 0.36% | 0.81% | - |
| XYZ | 49.71 | 54.44 | 30.08 | - |
| YUV | 192.11 | 94.64 | 138.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 196 | 133 | 0 | 0.05 | 0.36 | 0.19 | 51.08 | 0.44 | 0.67 |
| Hex | CF | C4 | 85 | 0 | 5 | 24 | 13 | 33 | 2C | 43 |
| Octal | 317 | 304 | 205 | 0 | 5 | 44 | 23 | 63 | 54 | 103 |
| Binary | 11001111 | 11000100 | 10000101 | 0 | 101 | 100100 | 10011 | 110011 | 101100 | 1000011 |
Color Harmonies of #CFC485
Complementary color
Monochromatic Colors of #CFC485
Black with #CFC485
Text Example
Text Example
White with #CFC485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC485; }
p { color: rgb(207,196,133); }
H1.HeaderClassName
{
color: #CFC485;
}
.AnyTagClassName
{
color: #CFC485;
}
</style>
background-color css
<style>
a { background-color: #CFC485; }
a { background-color: rgb(207,196,133); }
div.DivClassName
{
background-color: #CFC485;
}
.BgClassName
{
background-color: #CFC485;
}
</style>
border-color css
<style>
span { border-color: #CFC485; }
span { border-color: rgb(207,196,133); }
td.TdClassName
{
border-color: #CFC485;
}
.TagClassName
{
border-color: #CFC485;
}
</style>