Shades of Ash #C0BA9D
Tints of Ash #C0BA9D
RGB
CMYK
RGB Variations
Color information
#C0BA9D (or 0xC0BA9D) is known color: Ash. HEX triplet: C0, BA and 9D. RGB value is (192,186,157). Sum of RGB (Red+Green+Blue) = 192+186+157=535 (70% of max value = 765). Red value is 192 (75.39% from 255 or 35.89% from 535); Green value is 186 (73.05% from 255 or 34.77% from 535); Blue value is 157 (61.72% from 255 or 29.35% from 535); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BA9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0BA9D is #3F4562. Grayscale: #B8B8B8. Windows color (decimal): -4146531 or 10336960. OLE color: 10336960.
HSL color Cylindrical-coordinate representation of color #C0BA9D: hue angle of 49.71º degrees, saturation: 0.22, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C0BA9D is Cyan = 0, Magento = 0.03, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
RGB | 192 | 186 | 157 | - |
CMYK | 0 | 0.03 | 0.18 | 0.25 |
HSL | 49.71º | 0.22% | 0.68% | - |
HSV(B) | 49.71º | 0.18% | 0.75% | - |
XYZ | 45.38 | 48.76 | 38.92 | - |
YUV | 184.49 | 112.49 | 133.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 186 | 157 | 0 | 0.03 | 0.18 | 0.25 | 49.71 | 0.22 | 0.68 |
Hex | C0 | BA | 9D | 0 | 3 | 12 | 19 | 32 | 16 | 44 |
Octal | 300 | 272 | 235 | 0 | 3 | 22 | 31 | 62 | 26 | 104 |
Binary | 11000000 | 10111010 | 10011101 | 0 | 11 | 10010 | 11001 | 110010 | 10110 | 1000100 |
Color Harmonies of #C0BA9D
Complementary color
Monochromatic Colors of #C0BA9D
Black with #C0BA9D
Text Example
Text Example
White with #C0BA9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BA9D; }
p { color: rgb(192,186,157); }
H1.HeaderClassName
{
color: #C0BA9D;
}
.AnyTagClassName
{
color: #C0BA9D;
}
</style>
background-color css
<style>
a { background-color: #C0BA9D; }
a { background-color: rgb(192,186,157); }
div.DivClassName
{
background-color: #C0BA9D;
}
.BgClassName
{
background-color: #C0BA9D;
}
</style>
border-color css
<style>
span { border-color: #C0BA9D; }
span { border-color: rgb(192,186,157); }
td.TdClassName
{
border-color: #C0BA9D;
}
.TagClassName
{
border-color: #C0BA9D;
}
</style>