Shades of Winter Hazel #C8C482
Tints of Winter Hazel #C8C482
RGB
CMYK
RGB Variations
Color information
#C8C482 (or 0xC8C482) is known color: Winter Hazel. HEX triplet: C8, C4 and 82. RGB value is (200,196,130). Sum of RGB (Red+Green+Blue) = 200+196+130=526 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.02% from 526); Green value is 196 (76.95% from 255 or 37.26% from 526); Blue value is 130 (51.17% from 255 or 24.71% from 526); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C482 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8C482 is #373B7D. Grayscale: #BDBDBD. Windows color (decimal): -3619710 or 8570056. OLE color: 8570056.
HSL color Cylindrical-coordinate representation of color #C8C482: hue angle of 56.57º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C8C482 is Cyan = 0, Magento = 0.02, Yellow = 0.35 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 196 | 130 | - |
| CMYK | 0 | 0.02 | 0.35 | 0.22 |
| HSL | 56.57º | 0.39% | 0.65% | - |
| HSV(B) | 56.57º | 0.35% | 0.78% | - |
| XYZ | 47.59 | 53.37 | 28.91 | - |
| YUV | 189.67 | 94.33 | 135.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 196 | 130 | 0 | 0.02 | 0.35 | 0.22 | 56.57 | 0.39 | 0.65 |
| Hex | C8 | C4 | 82 | 0 | 2 | 23 | 16 | 39 | 27 | 41 |
| Octal | 310 | 304 | 202 | 0 | 2 | 43 | 26 | 71 | 47 | 101 |
| Binary | 11001000 | 11000100 | 10000010 | 0 | 10 | 100011 | 10110 | 111001 | 100111 | 1000001 |
Color Harmonies of #C8C482
Complementary color
Monochromatic Colors of #C8C482
Black with #C8C482
Text Example
Text Example
White with #C8C482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C482; }
p { color: rgb(200,196,130); }
H1.HeaderClassName
{
color: #C8C482;
}
.AnyTagClassName
{
color: #C8C482;
}
</style>
background-color css
<style>
a { background-color: #C8C482; }
a { background-color: rgb(200,196,130); }
div.DivClassName
{
background-color: #C8C482;
}
.BgClassName
{
background-color: #C8C482;
}
</style>
border-color css
<style>
span { border-color: #C8C482; }
span { border-color: rgb(200,196,130); }
td.TdClassName
{
border-color: #C8C482;
}
.TagClassName
{
border-color: #C8C482;
}
</style>