Shades of Ash #C5C0A4
Tints of Ash #C5C0A4
RGB
CMYK
RGB Variations
Color information
#C5C0A4 (or 0xC5C0A4) is known color: Ash. HEX triplet: C5, C0 and A4. RGB value is (197,192,164). Sum of RGB (Red+Green+Blue) = 197+192+164=553 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.62% from 553); Green value is 192 (75.39% from 255 or 34.72% from 553); Blue value is 164 (64.45% from 255 or 29.66% from 553); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C0A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5C0A4 is #3A3F5B. Grayscale: #BEBEBE. Windows color (decimal): -3817308 or 10797253. OLE color: 10797253.
HSL color Cylindrical-coordinate representation of color #C5C0A4: hue angle of 50.91º degrees, saturation: 0.22, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C5C0A4 is Cyan = 0, Magento = 0.03, Yellow = 0.17 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 192 | 164 | - |
| CMYK | 0 | 0.03 | 0.17 | 0.23 |
| HSL | 50.91º | 0.22% | 0.71% | - |
| HSV(B) | 50.91º | 0.17% | 0.77% | - |
| XYZ | 48.58 | 52.25 | 42.65 | - |
| YUV | 190.3 | 113.16 | 132.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 192 | 164 | 0 | 0.03 | 0.17 | 0.23 | 50.91 | 0.22 | 0.71 |
| Hex | C5 | C0 | A4 | 0 | 3 | 11 | 17 | 33 | 16 | 47 |
| Octal | 305 | 300 | 244 | 0 | 3 | 21 | 27 | 63 | 26 | 107 |
| Binary | 11000101 | 11000000 | 10100100 | 0 | 11 | 10001 | 10111 | 110011 | 10110 | 1000111 |
Color Harmonies of #C5C0A4
Complementary color
Monochromatic Colors of #C5C0A4
Black with #C5C0A4
Text Example
Text Example
White with #C5C0A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C0A4; }
p { color: rgb(197,192,164); }
H1.HeaderClassName
{
color: #C5C0A4;
}
.AnyTagClassName
{
color: #C5C0A4;
}
</style>
background-color css
<style>
a { background-color: #C5C0A4; }
a { background-color: rgb(197,192,164); }
div.DivClassName
{
background-color: #C5C0A4;
}
.BgClassName
{
background-color: #C5C0A4;
}
</style>
border-color css
<style>
span { border-color: #C5C0A4; }
span { border-color: rgb(197,192,164); }
td.TdClassName
{
border-color: #C5C0A4;
}
.TagClassName
{
border-color: #C5C0A4;
}
</style>