Shades of Coriander #C0BA8E
Tints of Coriander #C0BA8E
RGB
CMYK
RGB Variations
Color information
#C0BA8E (or 0xC0BA8E) is known color: Coriander. HEX triplet: C0, BA and 8E. RGB value is (192,186,142). Sum of RGB (Red+Green+Blue) = 192+186+142=520 (68% of max value = 765). Red value is 192 (75.39% from 255 or 36.92% from 520); Green value is 186 (73.05% from 255 or 35.77% from 520); Blue value is 142 (55.86% from 255 or 27.31% from 520); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BA8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0BA8E is #3F4571. Grayscale: #B6B6B6. Windows color (decimal): -4146546 or 9353920. OLE color: 9353920.
HSL color Cylindrical-coordinate representation of color #C0BA8E: hue angle of 52.8º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C0BA8E is Cyan = 0, Magento = 0.03, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 186 | 142 | - |
| CMYK | 0 | 0.03 | 0.26 | 0.25 |
| HSL | 52.8º | 0.28% | 0.65% | - |
| HSV(B) | 52.8º | 0.26% | 0.75% | - |
| XYZ | 44.18 | 48.28 | 32.58 | - |
| YUV | 182.78 | 104.99 | 134.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 186 | 142 | 0 | 0.03 | 0.26 | 0.25 | 52.8 | 0.28 | 0.65 |
| Hex | C0 | BA | 8E | 0 | 3 | 1A | 19 | 35 | 1C | 41 |
| Octal | 300 | 272 | 216 | 0 | 3 | 32 | 31 | 65 | 34 | 101 |
| Binary | 11000000 | 10111010 | 10001110 | 0 | 11 | 11010 | 11001 | 110101 | 11100 | 1000001 |
Color Harmonies of #C0BA8E
Complementary color
Monochromatic Colors of #C0BA8E
Black with #C0BA8E
Text Example
Text Example
White with #C0BA8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BA8E; }
p { color: rgb(192,186,142); }
H1.HeaderClassName
{
color: #C0BA8E;
}
.AnyTagClassName
{
color: #C0BA8E;
}
</style>
background-color css
<style>
a { background-color: #C0BA8E; }
a { background-color: rgb(192,186,142); }
div.DivClassName
{
background-color: #C0BA8E;
}
.BgClassName
{
background-color: #C0BA8E;
}
</style>
border-color css
<style>
span { border-color: #C0BA8E; }
span { border-color: rgb(192,186,142); }
td.TdClassName
{
border-color: #C0BA8E;
}
.TagClassName
{
border-color: #C0BA8E;
}
</style>