Shades of Coriander #C0BA8A
Tints of Coriander #C0BA8A
RGB
CMYK
RGB Variations
Color information
#C0BA8A (or 0xC0BA8A) is known color: Coriander. HEX triplet: C0, BA and 8A. RGB value is (192,186,138). Sum of RGB (Red+Green+Blue) = 192+186+138=516 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.21% from 516); Green value is 186 (73.05% from 255 or 36.05% from 516); Blue value is 138 (54.30% from 255 or 26.74% from 516); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BA8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0BA8A is #3F4575. Grayscale: #B6B6B6. Windows color (decimal): -4146550 or 9091776. OLE color: 9091776.
HSL color Cylindrical-coordinate representation of color #C0BA8A: hue angle of 53.33º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C0BA8A is Cyan = 0, Magento = 0.03, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 186 | 138 | - |
| CMYK | 0 | 0.03 | 0.28 | 0.25 |
| HSL | 53.33º | 0.3% | 0.65% | - |
| HSV(B) | 53.33º | 0.28% | 0.75% | - |
| XYZ | 43.88 | 48.16 | 31.03 | - |
| YUV | 182.32 | 102.99 | 134.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 186 | 138 | 0 | 0.03 | 0.28 | 0.25 | 53.33 | 0.3 | 0.65 |
| Hex | C0 | BA | 8A | 0 | 3 | 1C | 19 | 35 | 1E | 41 |
| Octal | 300 | 272 | 212 | 0 | 3 | 34 | 31 | 65 | 36 | 101 |
| Binary | 11000000 | 10111010 | 10001010 | 0 | 11 | 11100 | 11001 | 110101 | 11110 | 1000001 |
Color Harmonies of #C0BA8A
Complementary color
Monochromatic Colors of #C0BA8A
Black with #C0BA8A
Text Example
Text Example
White with #C0BA8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BA8A; }
p { color: rgb(192,186,138); }
H1.HeaderClassName
{
color: #C0BA8A;
}
.AnyTagClassName
{
color: #C0BA8A;
}
</style>
background-color css
<style>
a { background-color: #C0BA8A; }
a { background-color: rgb(192,186,138); }
div.DivClassName
{
background-color: #C0BA8A;
}
.BgClassName
{
background-color: #C0BA8A;
}
</style>
border-color css
<style>
span { border-color: #C0BA8A; }
span { border-color: rgb(192,186,138); }
td.TdClassName
{
border-color: #C0BA8A;
}
.TagClassName
{
border-color: #C0BA8A;
}
</style>