Shades of Ash #C0B9A3
Tints of Ash #C0B9A3
RGB
CMYK
RGB Variations
Color information
#C0B9A3 (or 0xC0B9A3) is known color: Ash. HEX triplet: C0, B9 and A3. RGB value is (192,185,163). Sum of RGB (Red+Green+Blue) = 192+185+163=540 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.56% from 540); Green value is 185 (72.66% from 255 or 34.26% from 540); Blue value is 163 (64.06% from 255 or 30.19% from 540); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B9A3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0B9A3 is #3F465C. Grayscale: #B8B8B8. Windows color (decimal): -4146781 or 10729920. OLE color: 10729920.
HSL color Cylindrical-coordinate representation of color #C0B9A3: hue angle of 45.52º 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 #C0B9A3 is Cyan = 0, Magento = 0.04, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 185 | 163 | - |
| CMYK | 0 | 0.04 | 0.15 | 0.25 |
| HSL | 45.52º | 0.19% | 0.7% | - |
| HSV(B) | 45.52º | 0.15% | 0.75% | - |
| XYZ | 45.7 | 48.55 | 41.61 | - |
| YUV | 184.59 | 115.82 | 133.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 185 | 163 | 0 | 0.04 | 0.15 | 0.25 | 45.52 | 0.19 | 0.7 |
| Hex | C0 | B9 | A3 | 0 | 4 | F | 19 | 2E | 13 | 46 |
| Octal | 300 | 271 | 243 | 0 | 4 | 17 | 31 | 56 | 23 | 106 |
| Binary | 11000000 | 10111001 | 10100011 | 0 | 100 | 1111 | 11001 | 101110 | 10011 | 1000110 |
Color Harmonies of #C0B9A3
Complementary color
Monochromatic Colors of #C0B9A3
Black with #C0B9A3
Text Example
Text Example
White with #C0B9A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B9A3; }
p { color: rgb(192,185,163); }
H1.HeaderClassName
{
color: #C0B9A3;
}
.AnyTagClassName
{
color: #C0B9A3;
}
</style>
background-color css
<style>
a { background-color: #C0B9A3; }
a { background-color: rgb(192,185,163); }
div.DivClassName
{
background-color: #C0B9A3;
}
.BgClassName
{
background-color: #C0B9A3;
}
</style>
border-color css
<style>
span { border-color: #C0B9A3; }
span { border-color: rgb(192,185,163); }
td.TdClassName
{
border-color: #C0B9A3;
}
.TagClassName
{
border-color: #C0B9A3;
}
</style>