Shades of Ash #C0BAA2
Tints of Ash #C0BAA2
RGB
CMYK
RGB Variations
Color information
#C0BAA2 (or 0xC0BAA2) is known color: Ash. HEX triplet: C0, BA and A2. RGB value is (192,186,162). Sum of RGB (Red+Green+Blue) = 192+186+162=540 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.56% from 540); Green value is 186 (73.05% from 255 or 34.44% from 540); Blue value is 162 (63.67% from 255 or 30% from 540); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BAA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0BAA2 is #3F455D. Grayscale: #B9B9B9. Windows color (decimal): -4146526 or 10664640. OLE color: 10664640.
HSL color Cylindrical-coordinate representation of color #C0BAA2: hue angle of 48º degrees, saturation: 0.19, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C0BAA2 is Cyan = 0, Magento = 0.03, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 186 | 162 | - |
| CMYK | 0 | 0.03 | 0.16 | 0.25 |
| HSL | 48º | 0.19% | 0.69% | - |
| HSV(B) | 48º | 0.16% | 0.75% | - |
| XYZ | 45.82 | 48.93 | 41.21 | - |
| YUV | 185.06 | 114.99 | 132.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 186 | 162 | 0 | 0.03 | 0.16 | 0.25 | 48 | 0.19 | 0.69 |
| Hex | C0 | BA | A2 | 0 | 3 | 10 | 19 | 30 | 13 | 45 |
| Octal | 300 | 272 | 242 | 0 | 3 | 20 | 31 | 60 | 23 | 105 |
| Binary | 11000000 | 10111010 | 10100010 | 0 | 11 | 10000 | 11001 | 110000 | 10011 | 1000101 |
Color Harmonies of #C0BAA2
Complementary color
Monochromatic Colors of #C0BAA2
Black with #C0BAA2
Text Example
Text Example
White with #C0BAA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BAA2; }
p { color: rgb(192,186,162); }
H1.HeaderClassName
{
color: #C0BAA2;
}
.AnyTagClassName
{
color: #C0BAA2;
}
</style>
background-color css
<style>
a { background-color: #C0BAA2; }
a { background-color: rgb(192,186,162); }
div.DivClassName
{
background-color: #C0BAA2;
}
.BgClassName
{
background-color: #C0BAA2;
}
</style>
border-color css
<style>
span { border-color: #C0BAA2; }
span { border-color: rgb(192,186,162); }
td.TdClassName
{
border-color: #C0BAA2;
}
.TagClassName
{
border-color: #C0BAA2;
}
</style>