Shades of Winter Hazel #C8C58B
Tints of Winter Hazel #C8C58B
RGB
CMYK
RGB Variations
Color information
#C8C58B (or 0xC8C58B) is known color: Winter Hazel. HEX triplet: C8, C5 and 8B. RGB value is (200,197,139). Sum of RGB (Red+Green+Blue) = 200+197+139=536 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.31% from 536); Green value is 197 (77.34% from 255 or 36.75% from 536); Blue value is 139 (54.69% from 255 or 25.93% from 536); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C58B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8C58B is #373A74. Grayscale: #BFBFBF. Windows color (decimal): -3619445 or 9160136. OLE color: 9160136.
HSL color Cylindrical-coordinate representation of color #C8C58B: hue angle of 57.05º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C8C58B is Cyan = 0, Magento = 0.02, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 197 | 139 | - |
| CMYK | 0 | 0.02 | 0.30 | 0.22 |
| HSL | 57.05º | 0.36% | 0.66% | - |
| HSV(B) | 57.05º | 0.31% | 0.78% | - |
| XYZ | 48.45 | 54.08 | 32.31 | - |
| YUV | 191.29 | 98.49 | 134.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 197 | 139 | 0 | 0.02 | 0.30 | 0.22 | 57.05 | 0.36 | 0.66 |
| Hex | C8 | C5 | 8B | 0 | 2 | 1E | 16 | 39 | 24 | 42 |
| Octal | 310 | 305 | 213 | 0 | 2 | 36 | 26 | 71 | 44 | 102 |
| Binary | 11001000 | 11000101 | 10001011 | 0 | 10 | 11110 | 10110 | 111001 | 100100 | 1000010 |
Color Harmonies of #C8C58B
Complementary color
Monochromatic Colors of #C8C58B
Black with #C8C58B
Text Example
Text Example
White with #C8C58B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C58B; }
p { color: rgb(200,197,139); }
H1.HeaderClassName
{
color: #C8C58B;
}
.AnyTagClassName
{
color: #C8C58B;
}
</style>
background-color css
<style>
a { background-color: #C8C58B; }
a { background-color: rgb(200,197,139); }
div.DivClassName
{
background-color: #C8C58B;
}
.BgClassName
{
background-color: #C8C58B;
}
</style>
border-color css
<style>
span { border-color: #C8C58B; }
span { border-color: rgb(200,197,139); }
td.TdClassName
{
border-color: #C8C58B;
}
.TagClassName
{
border-color: #C8C58B;
}
</style>