Shades of Winter Hazel #C5C28A
Tints of Winter Hazel #C5C28A
RGB
CMYK
RGB Variations
Color information
#C5C28A (or 0xC5C28A) is known color: Winter Hazel. HEX triplet: C5, C2 and 8A. RGB value is (197,194,138). Sum of RGB (Red+Green+Blue) = 197+194+138=529 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.24% from 529); Green value is 194 (76.17% from 255 or 36.67% from 529); Blue value is 138 (54.30% from 255 or 26.09% from 529); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C28A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5C28A is #3A3D75. Grayscale: #BCBCBC. Windows color (decimal): -3816822 or 9093829. OLE color: 9093829.
HSL color Cylindrical-coordinate representation of color #C5C28A: hue angle of 56.95º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C5C28A is Cyan = 0, Magento = 0.02, Yellow = 0.30 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 194 | 138 | - |
| CMYK | 0 | 0.02 | 0.30 | 0.23 |
| HSL | 56.95º | 0.34% | 0.66% | - |
| HSV(B) | 56.95º | 0.3% | 0.77% | - |
| XYZ | 46.91 | 52.29 | 31.67 | - |
| YUV | 188.51 | 99.49 | 134.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 194 | 138 | 0 | 0.02 | 0.30 | 0.23 | 56.95 | 0.34 | 0.66 |
| Hex | C5 | C2 | 8A | 0 | 2 | 1E | 17 | 39 | 22 | 42 |
| Octal | 305 | 302 | 212 | 0 | 2 | 36 | 27 | 71 | 42 | 102 |
| Binary | 11000101 | 11000010 | 10001010 | 0 | 10 | 11110 | 10111 | 111001 | 100010 | 1000010 |
Color Harmonies of #C5C28A
Complementary color
Monochromatic Colors of #C5C28A
Black with #C5C28A
Text Example
Text Example
White with #C5C28A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C28A; }
p { color: rgb(197,194,138); }
H1.HeaderClassName
{
color: #C5C28A;
}
.AnyTagClassName
{
color: #C5C28A;
}
</style>
background-color css
<style>
a { background-color: #C5C28A; }
a { background-color: rgb(197,194,138); }
div.DivClassName
{
background-color: #C5C28A;
}
.BgClassName
{
background-color: #C5C28A;
}
</style>
border-color css
<style>
span { border-color: #C5C28A; }
span { border-color: rgb(197,194,138); }
td.TdClassName
{
border-color: #C5C28A;
}
.TagClassName
{
border-color: #C5C28A;
}
</style>