Shades of Ash #C1BDAB
Tints of Ash #C1BDAB
RGB
CMYK
RGB Variations
Color information
#C1BDAB (or 0xC1BDAB) is known color: Ash. HEX triplet: C1, BD and AB. RGB value is (193,189,171). Sum of RGB (Red+Green+Blue) = 193+189+171=553 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.90% from 553); Green value is 189 (74.22% from 255 or 34.18% from 553); Blue value is 171 (67.19% from 255 or 30.92% from 553); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BDAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1BDAB is #3E4254. Grayscale: #BCBCBC. Windows color (decimal): -4080213 or 11255233. OLE color: 11255233.
HSL color Cylindrical-coordinate representation of color #C1BDAB: hue angle of 49.09º degrees, saturation: 0.15, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C1BDAB is Cyan = 0, Magento = 0.02, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 189 | 171 | - |
| CMYK | 0 | 0.02 | 0.11 | 0.24 |
| HSL | 49.09º | 0.15% | 0.71% | - |
| HSV(B) | 49.09º | 0.11% | 0.76% | - |
| XYZ | 47.54 | 50.67 | 45.8 | - |
| YUV | 188.14 | 118.33 | 131.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 189 | 171 | 0 | 0.02 | 0.11 | 0.24 | 49.09 | 0.15 | 0.71 |
| Hex | C1 | BD | AB | 0 | 2 | B | 18 | 31 | F | 47 |
| Octal | 301 | 275 | 253 | 0 | 2 | 13 | 30 | 61 | 17 | 107 |
| Binary | 11000001 | 10111101 | 10101011 | 0 | 10 | 1011 | 11000 | 110001 | 1111 | 1000111 |
Color Harmonies of #C1BDAB
Complementary color
Monochromatic Colors of #C1BDAB
Black with #C1BDAB
Text Example
Text Example
White with #C1BDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BDAB; }
p { color: rgb(193,189,171); }
H1.HeaderClassName
{
color: #C1BDAB;
}
.AnyTagClassName
{
color: #C1BDAB;
}
</style>
background-color css
<style>
a { background-color: #C1BDAB; }
a { background-color: rgb(193,189,171); }
div.DivClassName
{
background-color: #C1BDAB;
}
.BgClassName
{
background-color: #C1BDAB;
}
</style>
border-color css
<style>
span { border-color: #C1BDAB; }
span { border-color: rgb(193,189,171); }
td.TdClassName
{
border-color: #C1BDAB;
}
.TagClassName
{
border-color: #C1BDAB;
}
</style>