Shades of Ash #C0BBA6
Tints of Ash #C0BBA6
RGB
CMYK
RGB Variations
Color information
#C0BBA6 (or 0xC0BBA6) is known color: Ash. HEX triplet: C0, BB and A6. RGB value is (192,187,166). Sum of RGB (Red+Green+Blue) = 192+187+166=545 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.23% from 545); Green value is 187 (73.44% from 255 or 34.31% from 545); Blue value is 166 (65.23% from 255 or 30.46% from 545); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BBA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0BBA6 is #3F4459. Grayscale: #BABABA. Windows color (decimal): -4146266 or 10927040. OLE color: 10927040.
HSL color Cylindrical-coordinate representation of color #C0BBA6: hue angle of 48.46º degrees, saturation: 0.17, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C0BBA6 is Cyan = 0, Magento = 0.03, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 187 | 166 | - |
| CMYK | 0 | 0.03 | 0.14 | 0.25 |
| HSL | 48.46º | 0.17% | 0.7% | - |
| HSV(B) | 48.46º | 0.14% | 0.75% | - |
| XYZ | 46.39 | 49.5 | 43.19 | - |
| YUV | 186.1 | 116.66 | 132.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 187 | 166 | 0 | 0.03 | 0.14 | 0.25 | 48.46 | 0.17 | 0.7 |
| Hex | C0 | BB | A6 | 0 | 3 | E | 19 | 30 | 11 | 46 |
| Octal | 300 | 273 | 246 | 0 | 3 | 16 | 31 | 60 | 21 | 106 |
| Binary | 11000000 | 10111011 | 10100110 | 0 | 11 | 1110 | 11001 | 110000 | 10001 | 1000110 |
Color Harmonies of #C0BBA6
Complementary color
Monochromatic Colors of #C0BBA6
Black with #C0BBA6
Text Example
Text Example
White with #C0BBA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BBA6; }
p { color: rgb(192,187,166); }
H1.HeaderClassName
{
color: #C0BBA6;
}
.AnyTagClassName
{
color: #C0BBA6;
}
</style>
background-color css
<style>
a { background-color: #C0BBA6; }
a { background-color: rgb(192,187,166); }
div.DivClassName
{
background-color: #C0BBA6;
}
.BgClassName
{
background-color: #C0BBA6;
}
</style>
border-color css
<style>
span { border-color: #C0BBA6; }
span { border-color: rgb(192,187,166); }
td.TdClassName
{
border-color: #C0BBA6;
}
.TagClassName
{
border-color: #C0BBA6;
}
</style>