Shades of Ash #C3C0A6
Tints of Ash #C3C0A6
RGB
CMYK
RGB Variations
Color information
#C3C0A6 (or 0xC3C0A6) is known color: Ash. HEX triplet: C3, C0 and A6. RGB value is (195,192,166). Sum of RGB (Red+Green+Blue) = 195+192+166=553 (73% of max value = 765). Red value is 195 (76.56% from 255 or 35.26% from 553); Green value is 192 (75.39% from 255 or 34.72% from 553); Blue value is 166 (65.23% from 255 or 30.02% from 553); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C0A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3C0A6 is #3C3F59. Grayscale: #BEBEBE. Windows color (decimal): -3948378 or 10928323. OLE color: 10928323.
HSL color Cylindrical-coordinate representation of color #C3C0A6: hue angle of 53.79º degrees, saturation: 0.19, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C3C0A6 is Cyan = 0, Magento = 0.02, Yellow = 0.15 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 192 | 166 | - |
| CMYK | 0 | 0.02 | 0.15 | 0.24 |
| HSL | 53.79º | 0.19% | 0.71% | - |
| HSV(B) | 53.79º | 0.15% | 0.76% | - |
| XYZ | 48.24 | 52.05 | 43.58 | - |
| YUV | 189.93 | 114.49 | 131.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 192 | 166 | 0 | 0.02 | 0.15 | 0.24 | 53.79 | 0.19 | 0.71 |
| Hex | C3 | C0 | A6 | 0 | 2 | F | 18 | 36 | 13 | 47 |
| Octal | 303 | 300 | 246 | 0 | 2 | 17 | 30 | 66 | 23 | 107 |
| Binary | 11000011 | 11000000 | 10100110 | 0 | 10 | 1111 | 11000 | 110110 | 10011 | 1000111 |
Color Harmonies of #C3C0A6
Complementary color
Monochromatic Colors of #C3C0A6
Black with #C3C0A6
Text Example
Text Example
White with #C3C0A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C0A6; }
p { color: rgb(195,192,166); }
H1.HeaderClassName
{
color: #C3C0A6;
}
.AnyTagClassName
{
color: #C3C0A6;
}
</style>
background-color css
<style>
a { background-color: #C3C0A6; }
a { background-color: rgb(195,192,166); }
div.DivClassName
{
background-color: #C3C0A6;
}
.BgClassName
{
background-color: #C3C0A6;
}
</style>
border-color css
<style>
span { border-color: #C3C0A6; }
span { border-color: rgb(195,192,166); }
td.TdClassName
{
border-color: #C3C0A6;
}
.TagClassName
{
border-color: #C3C0A6;
}
</style>