Shades of Winter Hazel #C8C28B
Tints of Winter Hazel #C8C28B
RGB
CMYK
RGB Variations
Color information
#C8C28B (or 0xC8C28B) is known color: Winter Hazel. HEX triplet: C8, C2 and 8B. RGB value is (200,194,139). Sum of RGB (Red+Green+Blue) = 200+194+139=533 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.52% from 533); Green value is 194 (76.17% from 255 or 36.40% from 533); Blue value is 139 (54.69% from 255 or 26.08% from 533); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C28B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8C28B is #373D74. Grayscale: #BDBDBD. Windows color (decimal): -3620213 or 9159368. OLE color: 9159368.
HSL color Cylindrical-coordinate representation of color #C8C28B: hue angle of 54.1º 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 #C8C28B is Cyan = 0, Magento = 0.03, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 194 | 139 | - |
| CMYK | 0 | 0.03 | 0.30 | 0.22 |
| HSL | 54.1º | 0.36% | 0.66% | - |
| HSV(B) | 54.1º | 0.31% | 0.78% | - |
| XYZ | 47.77 | 52.73 | 32.09 | - |
| YUV | 189.52 | 99.49 | 135.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 194 | 139 | 0 | 0.03 | 0.30 | 0.22 | 54.1 | 0.36 | 0.66 |
| Hex | C8 | C2 | 8B | 0 | 3 | 1E | 16 | 36 | 24 | 42 |
| Octal | 310 | 302 | 213 | 0 | 3 | 36 | 26 | 66 | 44 | 102 |
| Binary | 11001000 | 11000010 | 10001011 | 0 | 11 | 11110 | 10110 | 110110 | 100100 | 1000010 |
Color Harmonies of #C8C28B
Complementary color
Monochromatic Colors of #C8C28B
Black with #C8C28B
Text Example
Text Example
White with #C8C28B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C28B; }
p { color: rgb(200,194,139); }
H1.HeaderClassName
{
color: #C8C28B;
}
.AnyTagClassName
{
color: #C8C28B;
}
</style>
background-color css
<style>
a { background-color: #C8C28B; }
a { background-color: rgb(200,194,139); }
div.DivClassName
{
background-color: #C8C28B;
}
.BgClassName
{
background-color: #C8C28B;
}
</style>
border-color css
<style>
span { border-color: #C8C28B; }
span { border-color: rgb(200,194,139); }
td.TdClassName
{
border-color: #C8C28B;
}
.TagClassName
{
border-color: #C8C28B;
}
</style>