Shades of Ash #C1BAA3
Tints of Ash #C1BAA3
RGB
CMYK
RGB Variations
Color information
#C1BAA3 (or 0xC1BAA3) is known color: Ash. HEX triplet: C1, BA and A3. RGB value is (193,186,163). Sum of RGB (Red+Green+Blue) = 193+186+163=542 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.61% from 542); Green value is 186 (73.05% from 255 or 34.32% from 542); Blue value is 163 (64.06% from 255 or 30.07% from 542); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BAA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1BAA3 is #3E455C. Grayscale: #B9B9B9. Windows color (decimal): -4080989 or 10730177. OLE color: 10730177.
HSL color Cylindrical-coordinate representation of color #C1BAA3: hue angle of 46º degrees, saturation: 0.19, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C1BAA3 is Cyan = 0, Magento = 0.04, Yellow = 0.16 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 186 | 163 | - |
| CMYK | 0 | 0.04 | 0.16 | 0.24 |
| HSL | 46º | 0.19% | 0.7% | - |
| HSV(B) | 46º | 0.16% | 0.76% | - |
| XYZ | 46.16 | 49.1 | 41.69 | - |
| YUV | 185.47 | 115.32 | 133.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 186 | 163 | 0 | 0.04 | 0.16 | 0.24 | 46 | 0.19 | 0.7 |
| Hex | C1 | BA | A3 | 0 | 4 | 10 | 18 | 2E | 13 | 46 |
| Octal | 301 | 272 | 243 | 0 | 4 | 20 | 30 | 56 | 23 | 106 |
| Binary | 11000001 | 10111010 | 10100011 | 0 | 100 | 10000 | 11000 | 101110 | 10011 | 1000110 |
Color Harmonies of #C1BAA3
Complementary color
Monochromatic Colors of #C1BAA3
Black with #C1BAA3
Text Example
Text Example
White with #C1BAA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BAA3; }
p { color: rgb(193,186,163); }
H1.HeaderClassName
{
color: #C1BAA3;
}
.AnyTagClassName
{
color: #C1BAA3;
}
</style>
background-color css
<style>
a { background-color: #C1BAA3; }
a { background-color: rgb(193,186,163); }
div.DivClassName
{
background-color: #C1BAA3;
}
.BgClassName
{
background-color: #C1BAA3;
}
</style>
border-color css
<style>
span { border-color: #C1BAA3; }
span { border-color: rgb(193,186,163); }
td.TdClassName
{
border-color: #C1BAA3;
}
.TagClassName
{
border-color: #C1BAA3;
}
</style>