Shades of Winter Hazel #C8C485
Tints of Winter Hazel #C8C485
RGB
CMYK
RGB Variations
Color information
#C8C485 (or 0xC8C485) is known color: Winter Hazel. HEX triplet: C8, C4 and 85. RGB value is (200,196,133). Sum of RGB (Red+Green+Blue) = 200+196+133=529 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.81% from 529); Green value is 196 (76.95% from 255 or 37.05% from 529); Blue value is 133 (52.34% from 255 or 25.14% from 529); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C485 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8C485 is #373B7A. Grayscale: #BEBEBE. Windows color (decimal): -3619707 or 8766664. OLE color: 8766664.
HSL color Cylindrical-coordinate representation of color #C8C485: hue angle of 56.42º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C8C485 is Cyan = 0, Magento = 0.02, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 196 | 133 | - |
| CMYK | 0 | 0.02 | 0.34 | 0.22 |
| HSL | 56.42º | 0.38% | 0.65% | - |
| HSV(B) | 56.42º | 0.34% | 0.78% | - |
| XYZ | 47.79 | 53.45 | 29.99 | - |
| YUV | 190.01 | 95.83 | 135.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 196 | 133 | 0 | 0.02 | 0.34 | 0.22 | 56.42 | 0.38 | 0.65 |
| Hex | C8 | C4 | 85 | 0 | 2 | 22 | 16 | 38 | 26 | 41 |
| Octal | 310 | 304 | 205 | 0 | 2 | 42 | 26 | 70 | 46 | 101 |
| Binary | 11001000 | 11000100 | 10000101 | 0 | 10 | 100010 | 10110 | 111000 | 100110 | 1000001 |
Color Harmonies of #C8C485
Complementary color
Monochromatic Colors of #C8C485
Black with #C8C485
Text Example
Text Example
White with #C8C485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C485; }
p { color: rgb(200,196,133); }
H1.HeaderClassName
{
color: #C8C485;
}
.AnyTagClassName
{
color: #C8C485;
}
</style>
background-color css
<style>
a { background-color: #C8C485; }
a { background-color: rgb(200,196,133); }
div.DivClassName
{
background-color: #C8C485;
}
.BgClassName
{
background-color: #C8C485;
}
</style>
border-color css
<style>
span { border-color: #C8C485; }
span { border-color: rgb(200,196,133); }
td.TdClassName
{
border-color: #C8C485;
}
.TagClassName
{
border-color: #C8C485;
}
</style>