Shades of Ash #C5C1A3
Tints of Ash #C5C1A3
RGB
CMYK
RGB Variations
Color information
#C5C1A3 (or 0xC5C1A3) is known color: Ash. HEX triplet: C5, C1 and A3. RGB value is (197,193,163). Sum of RGB (Red+Green+Blue) = 197+193+163=553 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.62% from 553); Green value is 193 (75.78% from 255 or 34.90% from 553); Blue value is 163 (64.06% from 255 or 29.48% from 553); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C1A3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5C1A3 is #3A3E5C. Grayscale: #BEBEBE. Windows color (decimal): -3817053 or 10731973. OLE color: 10731973.
HSL color Cylindrical-coordinate representation of color #C5C1A3: hue angle of 52.94º 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 #C5C1A3 is Cyan = 0, Magento = 0.02, Yellow = 0.17 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 193 | 163 | - |
| CMYK | 0 | 0.02 | 0.17 | 0.23 |
| HSL | 52.94º | 0.23% | 0.71% | - |
| HSV(B) | 52.94º | 0.17% | 0.77% | - |
| XYZ | 48.71 | 52.65 | 42.25 | - |
| YUV | 190.78 | 112.33 | 132.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 193 | 163 | 0 | 0.02 | 0.17 | 0.23 | 52.94 | 0.23 | 0.71 |
| Hex | C5 | C1 | A3 | 0 | 2 | 11 | 17 | 35 | 17 | 47 |
| Octal | 305 | 301 | 243 | 0 | 2 | 21 | 27 | 65 | 27 | 107 |
| Binary | 11000101 | 11000001 | 10100011 | 0 | 10 | 10001 | 10111 | 110101 | 10111 | 1000111 |
Color Harmonies of #C5C1A3
Complementary color
Monochromatic Colors of #C5C1A3
Black with #C5C1A3
Text Example
Text Example
White with #C5C1A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C1A3; }
p { color: rgb(197,193,163); }
H1.HeaderClassName
{
color: #C5C1A3;
}
.AnyTagClassName
{
color: #C5C1A3;
}
</style>
background-color css
<style>
a { background-color: #C5C1A3; }
a { background-color: rgb(197,193,163); }
div.DivClassName
{
background-color: #C5C1A3;
}
.BgClassName
{
background-color: #C5C1A3;
}
</style>
border-color css
<style>
span { border-color: #C5C1A3; }
span { border-color: rgb(197,193,163); }
td.TdClassName
{
border-color: #C5C1A3;
}
.TagClassName
{
border-color: #C5C1A3;
}
</style>