Shades of Ash #C0BBA7
Tints of Ash #C0BBA7
RGB
CMYK
RGB Variations
Color information
#C0BBA7 (or 0xC0BBA7) is known color: Ash. HEX triplet: C0, BB and A7. RGB value is (192,187,167). Sum of RGB (Red+Green+Blue) = 192+187+167=546 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.16% from 546); Green value is 187 (73.44% from 255 or 34.25% from 546); Blue value is 167 (65.62% from 255 or 30.59% from 546); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BBA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0BBA7 is #3F4458. Grayscale: #BABABA. Windows color (decimal): -4146265 or 10992576. OLE color: 10992576.
HSL color Cylindrical-coordinate representation of color #C0BBA7: hue angle of 48º degrees, saturation: 0.17, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C0BBA7 is Cyan = 0, Magento = 0.03, Yellow = 0.13 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 187 | 167 | - |
| CMYK | 0 | 0.03 | 0.13 | 0.25 |
| HSL | 48º | 0.17% | 0.7% | - |
| HSV(B) | 48º | 0.13% | 0.75% | - |
| XYZ | 46.48 | 49.54 | 43.67 | - |
| YUV | 186.22 | 117.16 | 132.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 187 | 167 | 0 | 0.03 | 0.13 | 0.25 | 48 | 0.17 | 0.7 |
| Hex | C0 | BB | A7 | 0 | 3 | D | 19 | 30 | 11 | 46 |
| Octal | 300 | 273 | 247 | 0 | 3 | 15 | 31 | 60 | 21 | 106 |
| Binary | 11000000 | 10111011 | 10100111 | 0 | 11 | 1101 | 11001 | 110000 | 10001 | 1000110 |
Color Harmonies of #C0BBA7
Complementary color
Monochromatic Colors of #C0BBA7
Black with #C0BBA7
Text Example
Text Example
White with #C0BBA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BBA7; }
p { color: rgb(192,187,167); }
H1.HeaderClassName
{
color: #C0BBA7;
}
.AnyTagClassName
{
color: #C0BBA7;
}
</style>
background-color css
<style>
a { background-color: #C0BBA7; }
a { background-color: rgb(192,187,167); }
div.DivClassName
{
background-color: #C0BBA7;
}
.BgClassName
{
background-color: #C0BBA7;
}
</style>
border-color css
<style>
span { border-color: #C0BBA7; }
span { border-color: rgb(192,187,167); }
td.TdClassName
{
border-color: #C0BBA7;
}
.TagClassName
{
border-color: #C0BBA7;
}
</style>