Shades of Ash #C0BBA0
Tints of Ash #C0BBA0
RGB
CMYK
RGB Variations
Color information
#C0BBA0 (or 0xC0BBA0) is known color: Ash. HEX triplet: C0, BB and A0. RGB value is (192,187,160). Sum of RGB (Red+Green+Blue) = 192+187+160=539 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.62% from 539); Green value is 187 (73.44% from 255 or 34.69% from 539); Blue value is 160 (62.89% from 255 or 29.68% from 539); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BBA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0BBA0 is #3F445F. Grayscale: #B9B9B9. Windows color (decimal): -4146272 or 10533824. OLE color: 10533824.
HSL color Cylindrical-coordinate representation of color #C0BBA0: hue angle of 50.62º degrees, saturation: 0.2, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C0BBA0 is Cyan = 0, Magento = 0.03, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 187 | 160 | - |
| CMYK | 0 | 0.03 | 0.17 | 0.25 |
| HSL | 50.63º | 0.2% | 0.69% | - |
| HSV(B) | 50.63º | 0.17% | 0.75% | - |
| XYZ | 45.85 | 49.29 | 40.35 | - |
| YUV | 185.42 | 113.66 | 132.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 187 | 160 | 0 | 0.03 | 0.17 | 0.25 | 50.63 | 0.2 | 0.69 |
| Hex | C0 | BB | A0 | 0 | 3 | 11 | 19 | 33 | 14 | 45 |
| Octal | 300 | 273 | 240 | 0 | 3 | 21 | 31 | 63 | 24 | 105 |
| Binary | 11000000 | 10111011 | 10100000 | 0 | 11 | 10001 | 11001 | 110011 | 10100 | 1000101 |
Color Harmonies of #C0BBA0
Complementary color
Monochromatic Colors of #C0BBA0
Black with #C0BBA0
Text Example
Text Example
White with #C0BBA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BBA0; }
p { color: rgb(192,187,160); }
H1.HeaderClassName
{
color: #C0BBA0;
}
.AnyTagClassName
{
color: #C0BBA0;
}
</style>
background-color css
<style>
a { background-color: #C0BBA0; }
a { background-color: rgb(192,187,160); }
div.DivClassName
{
background-color: #C0BBA0;
}
.BgClassName
{
background-color: #C0BBA0;
}
</style>
border-color css
<style>
span { border-color: #C0BBA0; }
span { border-color: rgb(192,187,160); }
td.TdClassName
{
border-color: #C0BBA0;
}
.TagClassName
{
border-color: #C0BBA0;
}
</style>