Shades of Ash #C1BDA3
Tints of Ash #C1BDA3
RGB
CMYK
RGB Variations
Color information
#C1BDA3 (or 0xC1BDA3) is known color: Ash. HEX triplet: C1, BD and A3. RGB value is (193,189,163). Sum of RGB (Red+Green+Blue) = 193+189+163=545 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.41% from 545); Green value is 189 (74.22% from 255 or 34.68% from 545); Blue value is 163 (64.06% from 255 or 29.91% from 545); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BDA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1BDA3 is #3E425C. Grayscale: #BBBBBB. Windows color (decimal): -4080221 or 10730945. OLE color: 10730945.
HSL color Cylindrical-coordinate representation of color #C1BDA3: hue angle of 52º 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 #C1BDA3 is Cyan = 0, Magento = 0.02, Yellow = 0.16 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 189 | 163 | - |
| CMYK | 0 | 0.02 | 0.16 | 0.24 |
| HSL | 52º | 0.19% | 0.7% | - |
| HSV(B) | 52º | 0.16% | 0.76% | - |
| XYZ | 46.8 | 50.38 | 41.91 | - |
| YUV | 187.23 | 114.33 | 132.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 189 | 163 | 0 | 0.02 | 0.16 | 0.24 | 52 | 0.19 | 0.7 |
| Hex | C1 | BD | A3 | 0 | 2 | 10 | 18 | 34 | 13 | 46 |
| Octal | 301 | 275 | 243 | 0 | 2 | 20 | 30 | 64 | 23 | 106 |
| Binary | 11000001 | 10111101 | 10100011 | 0 | 10 | 10000 | 11000 | 110100 | 10011 | 1000110 |
Color Harmonies of #C1BDA3
Complementary color
Monochromatic Colors of #C1BDA3
Black with #C1BDA3
Text Example
Text Example
White with #C1BDA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BDA3; }
p { color: rgb(193,189,163); }
H1.HeaderClassName
{
color: #C1BDA3;
}
.AnyTagClassName
{
color: #C1BDA3;
}
</style>
background-color css
<style>
a { background-color: #C1BDA3; }
a { background-color: rgb(193,189,163); }
div.DivClassName
{
background-color: #C1BDA3;
}
.BgClassName
{
background-color: #C1BDA3;
}
</style>
border-color css
<style>
span { border-color: #C1BDA3; }
span { border-color: rgb(193,189,163); }
td.TdClassName
{
border-color: #C1BDA3;
}
.TagClassName
{
border-color: #C1BDA3;
}
</style>