Shades of Winter Hazel #C8C090
Tints of Winter Hazel #C8C090
RGB
CMYK
RGB Variations
Color information
#C8C090 (or 0xC8C090) is known color: Winter Hazel. HEX triplet: C8, C0 and 90. RGB value is (200,192,144). Sum of RGB (Red+Green+Blue) = 200+192+144=536 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.31% from 536); Green value is 192 (75.39% from 255 or 35.82% from 536); Blue value is 144 (56.64% from 255 or 26.87% from 536); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C090 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8C090 is #373F6F. Grayscale: #BDBDBD. Windows color (decimal): -3620720 or 9486536. OLE color: 9486536.
HSL color Cylindrical-coordinate representation of color #C8C090: hue angle of 51.43º degrees, saturation: 0.34, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C8C090 is Cyan = 0, Magento = 0.04, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 192 | 144 | - |
| CMYK | 0 | 0.04 | 0.28 | 0.22 |
| HSL | 51.43º | 0.34% | 0.67% | - |
| HSV(B) | 51.43º | 0.28% | 0.78% | - |
| XYZ | 47.7 | 51.99 | 33.91 | - |
| YUV | 188.92 | 102.65 | 135.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 192 | 144 | 0 | 0.04 | 0.28 | 0.22 | 51.43 | 0.34 | 0.67 |
| Hex | C8 | C0 | 90 | 0 | 4 | 1C | 16 | 33 | 22 | 43 |
| Octal | 310 | 300 | 220 | 0 | 4 | 34 | 26 | 63 | 42 | 103 |
| Binary | 11001000 | 11000000 | 10010000 | 0 | 100 | 11100 | 10110 | 110011 | 100010 | 1000011 |
Color Harmonies of #C8C090
Complementary color
Monochromatic Colors of #C8C090
Black with #C8C090
Text Example
Text Example
White with #C8C090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C090; }
p { color: rgb(200,192,144); }
H1.HeaderClassName
{
color: #C8C090;
}
.AnyTagClassName
{
color: #C8C090;
}
</style>
background-color css
<style>
a { background-color: #C8C090; }
a { background-color: rgb(200,192,144); }
div.DivClassName
{
background-color: #C8C090;
}
.BgClassName
{
background-color: #C8C090;
}
</style>
border-color css
<style>
span { border-color: #C8C090; }
span { border-color: rgb(200,192,144); }
td.TdClassName
{
border-color: #C8C090;
}
.TagClassName
{
border-color: #C8C090;
}
</style>