Shades of Ash #C0BCA9
Tints of Ash #C0BCA9
RGB
CMYK
RGB Variations
Color information
#C0BCA9 (or 0xC0BCA9) is known color: Ash. HEX triplet: C0, BC and A9. RGB value is (192,188,169). Sum of RGB (Red+Green+Blue) = 192+188+169=549 (72% of max value = 765). Red value is 192 (75.39% from 255 or 34.97% from 549); Green value is 188 (73.83% from 255 or 34.24% from 549); Blue value is 169 (66.41% from 255 or 30.78% from 549); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BCA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0BCA9 is #3F4356. Grayscale: #BBBBBB. Windows color (decimal): -4146007 or 11123904. OLE color: 11123904.
HSL color Cylindrical-coordinate representation of color #C0BCA9: hue angle of 49.57º degrees, saturation: 0.15, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C0BCA9 is Cyan = 0, Magento = 0.02, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 188 | 169 | - |
| CMYK | 0 | 0.02 | 0.12 | 0.25 |
| HSL | 49.57º | 0.15% | 0.71% | - |
| HSV(B) | 49.57º | 0.12% | 0.75% | - |
| XYZ | 46.88 | 50.04 | 44.72 | - |
| YUV | 187.03 | 117.83 | 131.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 188 | 169 | 0 | 0.02 | 0.12 | 0.25 | 49.57 | 0.15 | 0.71 |
| Hex | C0 | BC | A9 | 0 | 2 | C | 19 | 32 | F | 47 |
| Octal | 300 | 274 | 251 | 0 | 2 | 14 | 31 | 62 | 17 | 107 |
| Binary | 11000000 | 10111100 | 10101001 | 0 | 10 | 1100 | 11001 | 110010 | 1111 | 1000111 |
Color Harmonies of #C0BCA9
Complementary color
Monochromatic Colors of #C0BCA9
Black with #C0BCA9
Text Example
Text Example
White with #C0BCA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BCA9; }
p { color: rgb(192,188,169); }
H1.HeaderClassName
{
color: #C0BCA9;
}
.AnyTagClassName
{
color: #C0BCA9;
}
</style>
background-color css
<style>
a { background-color: #C0BCA9; }
a { background-color: rgb(192,188,169); }
div.DivClassName
{
background-color: #C0BCA9;
}
.BgClassName
{
background-color: #C0BCA9;
}
</style>
border-color css
<style>
span { border-color: #C0BCA9; }
span { border-color: rgb(192,188,169); }
td.TdClassName
{
border-color: #C0BCA9;
}
.TagClassName
{
border-color: #C0BCA9;
}
</style>