Shades of Ash #C0BDA5
Tints of Ash #C0BDA5
RGB
CMYK
RGB Variations
Color information
#C0BDA5 (or 0xC0BDA5) is known color: Ash. HEX triplet: C0, BD and A5. RGB value is (192,189,165). Sum of RGB (Red+Green+Blue) = 192+189+165=546 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.16% from 546); Green value is 189 (74.22% from 255 or 34.62% from 546); Blue value is 165 (64.84% from 255 or 30.22% from 546); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BDA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0BDA5 is #3F425A. Grayscale: #BBBBBB. Windows color (decimal): -4145755 or 10862016. OLE color: 10862016.
HSL color Cylindrical-coordinate representation of color #C0BDA5: hue angle of 53.33º 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 #C0BDA5 is Cyan = 0, Magento = 0.02, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 189 | 165 | - |
| CMYK | 0 | 0.02 | 0.14 | 0.25 |
| HSL | 53.33º | 0.18% | 0.7% | - |
| HSV(B) | 53.33º | 0.14% | 0.75% | - |
| XYZ | 46.73 | 50.32 | 42.85 | - |
| YUV | 187.16 | 115.49 | 131.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 189 | 165 | 0 | 0.02 | 0.14 | 0.25 | 53.33 | 0.18 | 0.7 |
| Hex | C0 | BD | A5 | 0 | 2 | E | 19 | 35 | 12 | 46 |
| Octal | 300 | 275 | 245 | 0 | 2 | 16 | 31 | 65 | 22 | 106 |
| Binary | 11000000 | 10111101 | 10100101 | 0 | 10 | 1110 | 11001 | 110101 | 10010 | 1000110 |
Color Harmonies of #C0BDA5
Complementary color
Monochromatic Colors of #C0BDA5
Black with #C0BDA5
Text Example
Text Example
White with #C0BDA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BDA5; }
p { color: rgb(192,189,165); }
H1.HeaderClassName
{
color: #C0BDA5;
}
.AnyTagClassName
{
color: #C0BDA5;
}
</style>
background-color css
<style>
a { background-color: #C0BDA5; }
a { background-color: rgb(192,189,165); }
div.DivClassName
{
background-color: #C0BDA5;
}
.BgClassName
{
background-color: #C0BDA5;
}
</style>
border-color css
<style>
span { border-color: #C0BDA5; }
span { border-color: rgb(192,189,165); }
td.TdClassName
{
border-color: #C0BDA5;
}
.TagClassName
{
border-color: #C0BDA5;
}
</style>