Shades of Winter Hazel #C8C186
Tints of Winter Hazel #C8C186
RGB
CMYK
RGB Variations
Color information
#C8C186 (or 0xC8C186) is known color: Winter Hazel. HEX triplet: C8, C1 and 86. RGB value is (200,193,134). Sum of RGB (Red+Green+Blue) = 200+193+134=527 (69% of max value = 765). Red value is 200 (78.52% from 255 or 37.95% from 527); Green value is 193 (75.78% from 255 or 36.62% from 527); Blue value is 134 (52.73% from 255 or 25.43% from 527); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C186 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8C186 is #373E79. Grayscale: #BCBCBC. Windows color (decimal): -3620474 or 8831432. OLE color: 8831432.
HSL color Cylindrical-coordinate representation of color #C8C186: hue angle of 53.64º 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 #C8C186 is Cyan = 0, Magento = 0.04, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 193 | 134 | - |
| CMYK | 0 | 0.04 | 0.33 | 0.22 |
| HSL | 53.64º | 0.38% | 0.65% | - |
| HSV(B) | 53.64º | 0.33% | 0.78% | - |
| XYZ | 47.19 | 52.14 | 30.13 | - |
| YUV | 188.37 | 97.32 | 136.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 193 | 134 | 0 | 0.04 | 0.33 | 0.22 | 53.64 | 0.38 | 0.65 |
| Hex | C8 | C1 | 86 | 0 | 4 | 21 | 16 | 36 | 26 | 41 |
| Octal | 310 | 301 | 206 | 0 | 4 | 41 | 26 | 66 | 46 | 101 |
| Binary | 11001000 | 11000001 | 10000110 | 0 | 100 | 100001 | 10110 | 110110 | 100110 | 1000001 |
Color Harmonies of #C8C186
Complementary color
Monochromatic Colors of #C8C186
Black with #C8C186
Text Example
Text Example
White with #C8C186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C186; }
p { color: rgb(200,193,134); }
H1.HeaderClassName
{
color: #C8C186;
}
.AnyTagClassName
{
color: #C8C186;
}
</style>
background-color css
<style>
a { background-color: #C8C186; }
a { background-color: rgb(200,193,134); }
div.DivClassName
{
background-color: #C8C186;
}
.BgClassName
{
background-color: #C8C186;
}
</style>
border-color css
<style>
span { border-color: #C8C186; }
span { border-color: rgb(200,193,134); }
td.TdClassName
{
border-color: #C8C186;
}
.TagClassName
{
border-color: #C8C186;
}
</style>