Shades of Ash #C1BDA0
Tints of Ash #C1BDA0
RGB
CMYK
RGB Variations
Color information
#C1BDA0 (or 0xC1BDA0) is known color: Ash. HEX triplet: C1, BD and A0. RGB value is (193,189,160). Sum of RGB (Red+Green+Blue) = 193+189+160=542 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.61% from 542); Green value is 189 (74.22% from 255 or 34.87% from 542); Blue value is 160 (62.89% from 255 or 29.52% from 542); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BDA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1BDA0 is #3E425F. Grayscale: #BBBBBB. Windows color (decimal): -4080224 or 10534337. OLE color: 10534337.
HSL color Cylindrical-coordinate representation of color #C1BDA0: hue angle of 52.73º degrees, saturation: 0.21, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C1BDA0 is Cyan = 0, Magento = 0.02, Yellow = 0.17 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 189 | 160 | - |
| CMYK | 0 | 0.02 | 0.17 | 0.24 |
| HSL | 52.73º | 0.21% | 0.69% | - |
| HSV(B) | 52.73º | 0.17% | 0.76% | - |
| XYZ | 46.54 | 50.27 | 40.51 | - |
| YUV | 186.89 | 112.83 | 132.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 189 | 160 | 0 | 0.02 | 0.17 | 0.24 | 52.73 | 0.21 | 0.69 |
| Hex | C1 | BD | A0 | 0 | 2 | 11 | 18 | 35 | 15 | 45 |
| Octal | 301 | 275 | 240 | 0 | 2 | 21 | 30 | 65 | 25 | 105 |
| Binary | 11000001 | 10111101 | 10100000 | 0 | 10 | 10001 | 11000 | 110101 | 10101 | 1000101 |
Color Harmonies of #C1BDA0
Complementary color
Monochromatic Colors of #C1BDA0
Black with #C1BDA0
Text Example
Text Example
White with #C1BDA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BDA0; }
p { color: rgb(193,189,160); }
H1.HeaderClassName
{
color: #C1BDA0;
}
.AnyTagClassName
{
color: #C1BDA0;
}
</style>
background-color css
<style>
a { background-color: #C1BDA0; }
a { background-color: rgb(193,189,160); }
div.DivClassName
{
background-color: #C1BDA0;
}
.BgClassName
{
background-color: #C1BDA0;
}
</style>
border-color css
<style>
span { border-color: #C1BDA0; }
span { border-color: rgb(193,189,160); }
td.TdClassName
{
border-color: #C1BDA0;
}
.TagClassName
{
border-color: #C1BDA0;
}
</style>