Shades of Ash #C0B9A0
Tints of Ash #C0B9A0
RGB
CMYK
RGB Variations
Color information
#C0B9A0 (or 0xC0B9A0) is known color: Ash. HEX triplet: C0, B9 and A0. RGB value is (192,185,160). Sum of RGB (Red+Green+Blue) = 192+185+160=537 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.75% from 537); Green value is 185 (72.66% from 255 or 34.45% from 537); Blue value is 160 (62.89% from 255 or 29.80% from 537); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B9A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0B9A0 is #3F465F. Grayscale: #B8B8B8. Windows color (decimal): -4146784 or 10533312. OLE color: 10533312.
HSL color Cylindrical-coordinate representation of color #C0B9A0: hue angle of 46.88º 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 #C0B9A0 is Cyan = 0, Magento = 0.04, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 185 | 160 | - |
| CMYK | 0 | 0.04 | 0.17 | 0.25 |
| HSL | 46.88º | 0.2% | 0.69% | - |
| HSV(B) | 46.88º | 0.17% | 0.75% | - |
| XYZ | 45.43 | 48.44 | 40.21 | - |
| YUV | 184.24 | 114.32 | 133.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 185 | 160 | 0 | 0.04 | 0.17 | 0.25 | 46.88 | 0.2 | 0.69 |
| Hex | C0 | B9 | A0 | 0 | 4 | 11 | 19 | 2F | 14 | 45 |
| Octal | 300 | 271 | 240 | 0 | 4 | 21 | 31 | 57 | 24 | 105 |
| Binary | 11000000 | 10111001 | 10100000 | 0 | 100 | 10001 | 11001 | 101111 | 10100 | 1000101 |
Color Harmonies of #C0B9A0
Complementary color
Monochromatic Colors of #C0B9A0
Black with #C0B9A0
Text Example
Text Example
White with #C0B9A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B9A0; }
p { color: rgb(192,185,160); }
H1.HeaderClassName
{
color: #C0B9A0;
}
.AnyTagClassName
{
color: #C0B9A0;
}
</style>
background-color css
<style>
a { background-color: #C0B9A0; }
a { background-color: rgb(192,185,160); }
div.DivClassName
{
background-color: #C0B9A0;
}
.BgClassName
{
background-color: #C0B9A0;
}
</style>
border-color css
<style>
span { border-color: #C0B9A0; }
span { border-color: rgb(192,185,160); }
td.TdClassName
{
border-color: #C0B9A0;
}
.TagClassName
{
border-color: #C0B9A0;
}
</style>