Shades of Coriander #C0BA8F
Tints of Coriander #C0BA8F
RGB
CMYK
RGB Variations
Color information
#C0BA8F (or 0xC0BA8F) is known color: Coriander. HEX triplet: C0, BA and 8F. RGB value is (192,186,143). Sum of RGB (Red+Green+Blue) = 192+186+143=521 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.85% from 521); Green value is 186 (73.05% from 255 or 35.70% from 521); Blue value is 143 (56.25% from 255 or 27.45% from 521); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BA8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0BA8F is #3F4570. Grayscale: #B7B7B7. Windows color (decimal): -4146545 or 9419456. OLE color: 9419456.
HSL color Cylindrical-coordinate representation of color #C0BA8F: hue angle of 52.65º degrees, saturation: 0.28, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C0BA8F is Cyan = 0, Magento = 0.03, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
RGB | 192 | 186 | 143 | - |
CMYK | 0 | 0.03 | 0.26 | 0.25 |
HSL | 52.65º | 0.28% | 0.66% | - |
HSV(B) | 52.65º | 0.26% | 0.75% | - |
XYZ | 44.26 | 48.31 | 32.98 | - |
YUV | 182.89 | 105.49 | 134.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 186 | 143 | 0 | 0.03 | 0.26 | 0.25 | 52.65 | 0.28 | 0.66 |
Hex | C0 | BA | 8F | 0 | 3 | 1A | 19 | 35 | 1C | 42 |
Octal | 300 | 272 | 217 | 0 | 3 | 32 | 31 | 65 | 34 | 102 |
Binary | 11000000 | 10111010 | 10001111 | 0 | 11 | 11010 | 11001 | 110101 | 11100 | 1000010 |
Color Harmonies of #C0BA8F
Complementary color
Monochromatic Colors of #C0BA8F
Black with #C0BA8F
Text Example
Text Example
White with #C0BA8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BA8F; }
p { color: rgb(192,186,143); }
H1.HeaderClassName
{
color: #C0BA8F;
}
.AnyTagClassName
{
color: #C0BA8F;
}
</style>
background-color css
<style>
a { background-color: #C0BA8F; }
a { background-color: rgb(192,186,143); }
div.DivClassName
{
background-color: #C0BA8F;
}
.BgClassName
{
background-color: #C0BA8F;
}
</style>
border-color css
<style>
span { border-color: #C0BA8F; }
span { border-color: rgb(192,186,143); }
td.TdClassName
{
border-color: #C0BA8F;
}
.TagClassName
{
border-color: #C0BA8F;
}
</style>