Shades of Ash #C0BCA5
Tints of Ash #C0BCA5
RGB
CMYK
RGB Variations
Color information
#C0BCA5 (or 0xC0BCA5) is known color: Ash. HEX triplet: C0, BC and A5. RGB value is (192,188,165). Sum of RGB (Red+Green+Blue) = 192+188+165=545 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.23% from 545); Green value is 188 (73.83% from 255 or 34.50% from 545); Blue value is 165 (64.84% from 255 or 30.28% from 545); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BCA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0BCA5 is #3F435A. Grayscale: #BABABA. Windows color (decimal): -4146011 or 10861760. OLE color: 10861760.
HSL color Cylindrical-coordinate representation of color #C0BCA5: hue angle of 51.11º degrees, saturation: 0.18, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C0BCA5 is Cyan = 0, Magento = 0.02, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 188 | 165 | - |
| CMYK | 0 | 0.02 | 0.14 | 0.25 |
| HSL | 51.11º | 0.18% | 0.7% | - |
| HSV(B) | 51.11º | 0.14% | 0.75% | - |
| XYZ | 46.51 | 49.89 | 42.78 | - |
| YUV | 186.57 | 115.83 | 131.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 188 | 165 | 0 | 0.02 | 0.14 | 0.25 | 51.11 | 0.18 | 0.7 |
| Hex | C0 | BC | A5 | 0 | 2 | E | 19 | 33 | 12 | 46 |
| Octal | 300 | 274 | 245 | 0 | 2 | 16 | 31 | 63 | 22 | 106 |
| Binary | 11000000 | 10111100 | 10100101 | 0 | 10 | 1110 | 11001 | 110011 | 10010 | 1000110 |
Color Harmonies of #C0BCA5
Complementary color
Monochromatic Colors of #C0BCA5
Black with #C0BCA5
Text Example
Text Example
White with #C0BCA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BCA5; }
p { color: rgb(192,188,165); }
H1.HeaderClassName
{
color: #C0BCA5;
}
.AnyTagClassName
{
color: #C0BCA5;
}
</style>
background-color css
<style>
a { background-color: #C0BCA5; }
a { background-color: rgb(192,188,165); }
div.DivClassName
{
background-color: #C0BCA5;
}
.BgClassName
{
background-color: #C0BCA5;
}
</style>
border-color css
<style>
span { border-color: #C0BCA5; }
span { border-color: rgb(192,188,165); }
td.TdClassName
{
border-color: #C0BCA5;
}
.TagClassName
{
border-color: #C0BCA5;
}
</style>