Shades of Ash #C5C1A4
Tints of Ash #C5C1A4
RGB
CMYK
RGB Variations
Color information
#C5C1A4 (or 0xC5C1A4) is known color: Ash. HEX triplet: C5, C1 and A4. RGB value is (197,193,164). Sum of RGB (Red+Green+Blue) = 197+193+164=554 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.56% from 554); Green value is 193 (75.78% from 255 or 34.84% from 554); Blue value is 164 (64.45% from 255 or 29.60% from 554); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C1A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5C1A4 is #3A3E5B. Grayscale: #BFBFBF. Windows color (decimal): -3817052 or 10797509. OLE color: 10797509.
HSL color Cylindrical-coordinate representation of color #C5C1A4: hue angle of 52.73º 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 #C5C1A4 is Cyan = 0, Magento = 0.02, Yellow = 0.17 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 193 | 164 | - |
| CMYK | 0 | 0.02 | 0.17 | 0.23 |
| HSL | 52.73º | 0.22% | 0.71% | - |
| HSV(B) | 52.73º | 0.17% | 0.77% | - |
| XYZ | 48.8 | 52.69 | 42.72 | - |
| YUV | 190.89 | 112.83 | 132.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 193 | 164 | 0 | 0.02 | 0.17 | 0.23 | 52.73 | 0.22 | 0.71 |
| Hex | C5 | C1 | A4 | 0 | 2 | 11 | 17 | 35 | 16 | 47 |
| Octal | 305 | 301 | 244 | 0 | 2 | 21 | 27 | 65 | 26 | 107 |
| Binary | 11000101 | 11000001 | 10100100 | 0 | 10 | 10001 | 10111 | 110101 | 10110 | 1000111 |
Color Harmonies of #C5C1A4
Complementary color
Monochromatic Colors of #C5C1A4
Black with #C5C1A4
Text Example
Text Example
White with #C5C1A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C1A4; }
p { color: rgb(197,193,164); }
H1.HeaderClassName
{
color: #C5C1A4;
}
.AnyTagClassName
{
color: #C5C1A4;
}
</style>
background-color css
<style>
a { background-color: #C5C1A4; }
a { background-color: rgb(197,193,164); }
div.DivClassName
{
background-color: #C5C1A4;
}
.BgClassName
{
background-color: #C5C1A4;
}
</style>
border-color css
<style>
span { border-color: #C5C1A4; }
span { border-color: rgb(197,193,164); }
td.TdClassName
{
border-color: #C5C1A4;
}
.TagClassName
{
border-color: #C5C1A4;
}
</style>