Shades of Ash #C1BBA6
Tints of Ash #C1BBA6
RGB
CMYK
RGB Variations
Color information
#C1BBA6 (or 0xC1BBA6) is known color: Ash. HEX triplet: C1, BB and A6. RGB value is (193,187,166). Sum of RGB (Red+Green+Blue) = 193+187+166=546 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.35% from 546); Green value is 187 (73.44% from 255 or 34.25% from 546); Blue value is 166 (65.23% from 255 or 30.40% from 546); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BBA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1BBA6 is #3E4459. Grayscale: #BABABA. Windows color (decimal): -4080730 or 10927041. OLE color: 10927041.
HSL color Cylindrical-coordinate representation of color #C1BBA6: hue angle of 46.67º degrees, saturation: 0.18, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C1BBA6 is Cyan = 0, Magento = 0.03, Yellow = 0.14 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 187 | 166 | - |
| CMYK | 0 | 0.03 | 0.14 | 0.24 |
| HSL | 46.67º | 0.18% | 0.7% | - |
| HSV(B) | 46.67º | 0.14% | 0.76% | - |
| XYZ | 46.65 | 49.63 | 43.2 | - |
| YUV | 186.4 | 116.49 | 132.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 187 | 166 | 0 | 0.03 | 0.14 | 0.24 | 46.67 | 0.18 | 0.7 |
| Hex | C1 | BB | A6 | 0 | 3 | E | 18 | 2F | 12 | 46 |
| Octal | 301 | 273 | 246 | 0 | 3 | 16 | 30 | 57 | 22 | 106 |
| Binary | 11000001 | 10111011 | 10100110 | 0 | 11 | 1110 | 11000 | 101111 | 10010 | 1000110 |
Color Harmonies of #C1BBA6
Complementary color
Monochromatic Colors of #C1BBA6
Black with #C1BBA6
Text Example
Text Example
White with #C1BBA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BBA6; }
p { color: rgb(193,187,166); }
H1.HeaderClassName
{
color: #C1BBA6;
}
.AnyTagClassName
{
color: #C1BBA6;
}
</style>
background-color css
<style>
a { background-color: #C1BBA6; }
a { background-color: rgb(193,187,166); }
div.DivClassName
{
background-color: #C1BBA6;
}
.BgClassName
{
background-color: #C1BBA6;
}
</style>
border-color css
<style>
span { border-color: #C1BBA6; }
span { border-color: rgb(193,187,166); }
td.TdClassName
{
border-color: #C1BBA6;
}
.TagClassName
{
border-color: #C1BBA6;
}
</style>