Shades of Winter Hazel #C8C284
Tints of Winter Hazel #C8C284
RGB
CMYK
RGB Variations
Color information
#C8C284 (or 0xC8C284) is known color: Winter Hazel. HEX triplet: C8, C2 and 84. RGB value is (200,194,132). Sum of RGB (Red+Green+Blue) = 200+194+132=526 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.02% from 526); Green value is 194 (76.17% from 255 or 36.88% from 526); Blue value is 132 (51.95% from 255 or 25.10% from 526); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C284 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8C284 is #373D7B. Grayscale: #BCBCBC. Windows color (decimal): -3620220 or 8700616. OLE color: 8700616.
HSL color Cylindrical-coordinate representation of color #C8C284: hue angle of 54.71º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C8C284 is Cyan = 0, Magento = 0.03, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 194 | 132 | - |
| CMYK | 0 | 0.03 | 0.34 | 0.22 |
| HSL | 54.71º | 0.38% | 0.65% | - |
| HSV(B) | 54.71º | 0.34% | 0.78% | - |
| XYZ | 47.28 | 52.53 | 29.48 | - |
| YUV | 188.73 | 95.99 | 136.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 194 | 132 | 0 | 0.03 | 0.34 | 0.22 | 54.71 | 0.38 | 0.65 |
| Hex | C8 | C2 | 84 | 0 | 3 | 22 | 16 | 37 | 26 | 41 |
| Octal | 310 | 302 | 204 | 0 | 3 | 42 | 26 | 67 | 46 | 101 |
| Binary | 11001000 | 11000010 | 10000100 | 0 | 11 | 100010 | 10110 | 110111 | 100110 | 1000001 |
Color Harmonies of #C8C284
Complementary color
Monochromatic Colors of #C8C284
Black with #C8C284
Text Example
Text Example
White with #C8C284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C284; }
p { color: rgb(200,194,132); }
H1.HeaderClassName
{
color: #C8C284;
}
.AnyTagClassName
{
color: #C8C284;
}
</style>
background-color css
<style>
a { background-color: #C8C284; }
a { background-color: rgb(200,194,132); }
div.DivClassName
{
background-color: #C8C284;
}
.BgClassName
{
background-color: #C8C284;
}
</style>
border-color css
<style>
span { border-color: #C8C284; }
span { border-color: rgb(200,194,132); }
td.TdClassName
{
border-color: #C8C284;
}
.TagClassName
{
border-color: #C8C284;
}
</style>