Shades of Ash #C5C0A3
Tints of Ash #C5C0A3
RGB
CMYK
RGB Variations
Color information
#C5C0A3 (or 0xC5C0A3) is known color: Ash. HEX triplet: C5, C0 and A3. RGB value is (197,192,163). Sum of RGB (Red+Green+Blue) = 197+192+163=552 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.69% from 552); Green value is 192 (75.39% from 255 or 34.78% from 552); Blue value is 163 (64.06% from 255 or 29.53% from 552); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C0A3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5C0A3 is #3A3F5C. Grayscale: #BEBEBE. Windows color (decimal): -3817309 or 10731717. OLE color: 10731717.
HSL color Cylindrical-coordinate representation of color #C5C0A3: hue angle of 51.18º degrees, saturation: 0.23, 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 #C5C0A3 is Cyan = 0, Magento = 0.03, Yellow = 0.17 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 192 | 163 | - |
| CMYK | 0 | 0.03 | 0.17 | 0.23 |
| HSL | 51.18º | 0.23% | 0.71% | - |
| HSV(B) | 51.18º | 0.17% | 0.77% | - |
| XYZ | 48.49 | 52.21 | 42.17 | - |
| YUV | 190.19 | 112.66 | 132.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 192 | 163 | 0 | 0.03 | 0.17 | 0.23 | 51.18 | 0.23 | 0.71 |
| Hex | C5 | C0 | A3 | 0 | 3 | 11 | 17 | 33 | 17 | 47 |
| Octal | 305 | 300 | 243 | 0 | 3 | 21 | 27 | 63 | 27 | 107 |
| Binary | 11000101 | 11000000 | 10100011 | 0 | 11 | 10001 | 10111 | 110011 | 10111 | 1000111 |
Color Harmonies of #C5C0A3
Complementary color
Monochromatic Colors of #C5C0A3
Black with #C5C0A3
Text Example
Text Example
White with #C5C0A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C0A3; }
p { color: rgb(197,192,163); }
H1.HeaderClassName
{
color: #C5C0A3;
}
.AnyTagClassName
{
color: #C5C0A3;
}
</style>
background-color css
<style>
a { background-color: #C5C0A3; }
a { background-color: rgb(197,192,163); }
div.DivClassName
{
background-color: #C5C0A3;
}
.BgClassName
{
background-color: #C5C0A3;
}
</style>
border-color css
<style>
span { border-color: #C5C0A3; }
span { border-color: rgb(197,192,163); }
td.TdClassName
{
border-color: #C5C0A3;
}
.TagClassName
{
border-color: #C5C0A3;
}
</style>