Shades of Ash #C0BCA3
Tints of Ash #C0BCA3
RGB
CMYK
RGB Variations
Color information
#C0BCA3 (or 0xC0BCA3) is known color: Ash. HEX triplet: C0, BC and A3. RGB value is (192,188,163). Sum of RGB (Red+Green+Blue) = 192+188+163=543 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.36% from 543); Green value is 188 (73.83% from 255 or 34.62% from 543); Blue value is 163 (64.06% from 255 or 30.02% from 543); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BCA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0BCA3 is #3F435C. Grayscale: #BABABA. Windows color (decimal): -4146013 or 10730688. OLE color: 10730688.
HSL color Cylindrical-coordinate representation of color #C0BCA3: hue angle of 51.72º degrees, saturation: 0.19, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C0BCA3 is Cyan = 0, Magento = 0.02, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 188 | 163 | - |
| CMYK | 0 | 0.02 | 0.15 | 0.25 |
| HSL | 51.72º | 0.19% | 0.7% | - |
| HSV(B) | 51.72º | 0.15% | 0.75% | - |
| XYZ | 46.33 | 49.82 | 41.82 | - |
| YUV | 186.35 | 114.83 | 132.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 188 | 163 | 0 | 0.02 | 0.15 | 0.25 | 51.72 | 0.19 | 0.7 |
| Hex | C0 | BC | A3 | 0 | 2 | F | 19 | 34 | 13 | 46 |
| Octal | 300 | 274 | 243 | 0 | 2 | 17 | 31 | 64 | 23 | 106 |
| Binary | 11000000 | 10111100 | 10100011 | 0 | 10 | 1111 | 11001 | 110100 | 10011 | 1000110 |
Color Harmonies of #C0BCA3
Complementary color
Monochromatic Colors of #C0BCA3
Black with #C0BCA3
Text Example
Text Example
White with #C0BCA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BCA3; }
p { color: rgb(192,188,163); }
H1.HeaderClassName
{
color: #C0BCA3;
}
.AnyTagClassName
{
color: #C0BCA3;
}
</style>
background-color css
<style>
a { background-color: #C0BCA3; }
a { background-color: rgb(192,188,163); }
div.DivClassName
{
background-color: #C0BCA3;
}
.BgClassName
{
background-color: #C0BCA3;
}
</style>
border-color css
<style>
span { border-color: #C0BCA3; }
span { border-color: rgb(192,188,163); }
td.TdClassName
{
border-color: #C0BCA3;
}
.TagClassName
{
border-color: #C0BCA3;
}
</style>