Shades of Ash #C4C0A0
Tints of Ash #C4C0A0
RGB
CMYK
RGB Variations
Color information
#C4C0A0 (or 0xC4C0A0) is known color: Ash. HEX triplet: C4, C0 and A0. RGB value is (196,192,160). Sum of RGB (Red+Green+Blue) = 196+192+160=548 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.77% from 548); Green value is 192 (75.39% from 255 or 35.04% from 548); Blue value is 160 (62.89% from 255 or 29.20% from 548); Max value from RGB is 196 - color contains mainly: red. Hex color #C4C0A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4C0A0 is #3B3F5F. Grayscale: #BDBDBD. Windows color (decimal): -3882848 or 10535108. OLE color: 10535108.
HSL color Cylindrical-coordinate representation of color #C4C0A0: hue angle of 53.33º degrees, saturation: 0.23, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C4C0A0 is Cyan = 0, Magento = 0.02, Yellow = 0.18 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 192 | 160 | - |
| CMYK | 0 | 0.02 | 0.18 | 0.23 |
| HSL | 53.33º | 0.23% | 0.7% | - |
| HSV(B) | 53.33º | 0.18% | 0.77% | - |
| XYZ | 47.96 | 51.97 | 40.76 | - |
| YUV | 189.55 | 111.33 | 132.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 192 | 160 | 0 | 0.02 | 0.18 | 0.23 | 53.33 | 0.23 | 0.7 |
| Hex | C4 | C0 | A0 | 0 | 2 | 12 | 17 | 35 | 17 | 46 |
| Octal | 304 | 300 | 240 | 0 | 2 | 22 | 27 | 65 | 27 | 106 |
| Binary | 11000100 | 11000000 | 10100000 | 0 | 10 | 10010 | 10111 | 110101 | 10111 | 1000110 |
Color Harmonies of #C4C0A0
Complementary color
Monochromatic Colors of #C4C0A0
Black with #C4C0A0
Text Example
Text Example
White with #C4C0A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4C0A0; }
p { color: rgb(196,192,160); }
H1.HeaderClassName
{
color: #C4C0A0;
}
.AnyTagClassName
{
color: #C4C0A0;
}
</style>
background-color css
<style>
a { background-color: #C4C0A0; }
a { background-color: rgb(196,192,160); }
div.DivClassName
{
background-color: #C4C0A0;
}
.BgClassName
{
background-color: #C4C0A0;
}
</style>
border-color css
<style>
span { border-color: #C4C0A0; }
span { border-color: rgb(196,192,160); }
td.TdClassName
{
border-color: #C4C0A0;
}
.TagClassName
{
border-color: #C4C0A0;
}
</style>