Shades of Winter Hazel #C8C27A
Tints of Winter Hazel #C8C27A
RGB
CMYK
RGB Variations
Color information
#C8C27A (or 0xC8C27A) is known color: Winter Hazel. HEX triplet: C8, C2 and 7A. RGB value is (200,194,122). Sum of RGB (Red+Green+Blue) = 200+194+122=516 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.76% from 516); Green value is 194 (76.17% from 255 or 37.60% from 516); Blue value is 122 (48.05% from 255 or 23.64% from 516); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C27A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8C27A is #373D85. Grayscale: #BBBBBB. Windows color (decimal): -3620230 or 8045256. OLE color: 8045256.
HSL color Cylindrical-coordinate representation of color #C8C27A: hue angle of 55.38º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C8C27A is Cyan = 0, Magento = 0.03, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 194 | 122 | - |
| CMYK | 0 | 0.03 | 0.39 | 0.22 |
| HSL | 55.38º | 0.41% | 0.63% | - |
| HSV(B) | 55.38º | 0.39% | 0.78% | - |
| XYZ | 46.62 | 52.27 | 26.04 | - |
| YUV | 187.59 | 90.99 | 136.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 194 | 122 | 0 | 0.03 | 0.39 | 0.22 | 55.38 | 0.41 | 0.63 |
| Hex | C8 | C2 | 7A | 0 | 3 | 27 | 16 | 37 | 29 | 3F |
| Octal | 310 | 302 | 172 | 0 | 3 | 47 | 26 | 67 | 51 | 77 |
| Binary | 11001000 | 11000010 | 1111010 | 0 | 11 | 100111 | 10110 | 110111 | 101001 | 111111 |
Color Harmonies of #C8C27A
Complementary color
Monochromatic Colors of #C8C27A
Black with #C8C27A
Text Example
Text Example
White with #C8C27A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C27A; }
p { color: rgb(200,194,122); }
H1.HeaderClassName
{
color: #C8C27A;
}
.AnyTagClassName
{
color: #C8C27A;
}
</style>
background-color css
<style>
a { background-color: #C8C27A; }
a { background-color: rgb(200,194,122); }
div.DivClassName
{
background-color: #C8C27A;
}
.BgClassName
{
background-color: #C8C27A;
}
</style>
border-color css
<style>
span { border-color: #C8C27A; }
span { border-color: rgb(200,194,122); }
td.TdClassName
{
border-color: #C8C27A;
}
.TagClassName
{
border-color: #C8C27A;
}
</style>