Shades of Winter Hazel #C8C28D
Tints of Winter Hazel #C8C28D
RGB
CMYK
RGB Variations
Color information
#C8C28D (or 0xC8C28D) is known color: Winter Hazel. HEX triplet: C8, C2 and 8D. RGB value is (200,194,141). Sum of RGB (Red+Green+Blue) = 200+194+141=535 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.38% from 535); Green value is 194 (76.17% from 255 or 36.26% from 535); Blue value is 141 (55.47% from 255 or 26.36% from 535); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C28D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8C28D is #373D72. Grayscale: #BDBDBD. Windows color (decimal): -3620211 or 9290440. OLE color: 9290440.
HSL color Cylindrical-coordinate representation of color #C8C28D: hue angle of 53.9º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C8C28D is Cyan = 0, Magento = 0.03, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 194 | 141 | - |
| CMYK | 0 | 0.03 | 0.29 | 0.22 |
| HSL | 53.9º | 0.35% | 0.67% | - |
| HSV(B) | 53.9º | 0.3% | 0.78% | - |
| XYZ | 47.92 | 52.79 | 32.86 | - |
| YUV | 189.75 | 100.49 | 135.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 194 | 141 | 0 | 0.03 | 0.29 | 0.22 | 53.9 | 0.35 | 0.67 |
| Hex | C8 | C2 | 8D | 0 | 3 | 1D | 16 | 36 | 23 | 43 |
| Octal | 310 | 302 | 215 | 0 | 3 | 35 | 26 | 66 | 43 | 103 |
| Binary | 11001000 | 11000010 | 10001101 | 0 | 11 | 11101 | 10110 | 110110 | 100011 | 1000011 |
Color Harmonies of #C8C28D
Complementary color
Monochromatic Colors of #C8C28D
Black with #C8C28D
Text Example
Text Example
White with #C8C28D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C28D; }
p { color: rgb(200,194,141); }
H1.HeaderClassName
{
color: #C8C28D;
}
.AnyTagClassName
{
color: #C8C28D;
}
</style>
background-color css
<style>
a { background-color: #C8C28D; }
a { background-color: rgb(200,194,141); }
div.DivClassName
{
background-color: #C8C28D;
}
.BgClassName
{
background-color: #C8C28D;
}
</style>
border-color css
<style>
span { border-color: #C8C28D; }
span { border-color: rgb(200,194,141); }
td.TdClassName
{
border-color: #C8C28D;
}
.TagClassName
{
border-color: #C8C28D;
}
</style>