Shades of Coriander #C0BA93
Tints of Coriander #C0BA93
RGB
CMYK
RGB Variations
Color information
#C0BA93 (or 0xC0BA93) is known color: Coriander. HEX triplet: C0, BA and 93. RGB value is (192,186,147). Sum of RGB (Red+Green+Blue) = 192+186+147=525 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.57% from 525); Green value is 186 (73.05% from 255 or 35.43% from 525); Blue value is 147 (57.81% from 255 or 28% from 525); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BA93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0BA93 is #3F456C. Grayscale: #B7B7B7. Windows color (decimal): -4146541 or 9681600. OLE color: 9681600.
HSL color Cylindrical-coordinate representation of color #C0BA93: hue angle of 52º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C0BA93 is Cyan = 0, Magento = 0.03, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 186 | 147 | - |
| CMYK | 0 | 0.03 | 0.23 | 0.25 |
| HSL | 52º | 0.26% | 0.66% | - |
| HSV(B) | 52º | 0.23% | 0.75% | - |
| XYZ | 44.56 | 48.43 | 34.6 | - |
| YUV | 183.35 | 107.49 | 134.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 186 | 147 | 0 | 0.03 | 0.23 | 0.25 | 52 | 0.26 | 0.66 |
| Hex | C0 | BA | 93 | 0 | 3 | 17 | 19 | 34 | 1A | 42 |
| Octal | 300 | 272 | 223 | 0 | 3 | 27 | 31 | 64 | 32 | 102 |
| Binary | 11000000 | 10111010 | 10010011 | 0 | 11 | 10111 | 11001 | 110100 | 11010 | 1000010 |
Color Harmonies of #C0BA93
Complementary color
Monochromatic Colors of #C0BA93
Black with #C0BA93
Text Example
Text Example
White with #C0BA93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BA93; }
p { color: rgb(192,186,147); }
H1.HeaderClassName
{
color: #C0BA93;
}
.AnyTagClassName
{
color: #C0BA93;
}
</style>
background-color css
<style>
a { background-color: #C0BA93; }
a { background-color: rgb(192,186,147); }
div.DivClassName
{
background-color: #C0BA93;
}
.BgClassName
{
background-color: #C0BA93;
}
</style>
border-color css
<style>
span { border-color: #C0BA93; }
span { border-color: rgb(192,186,147); }
td.TdClassName
{
border-color: #C0BA93;
}
.TagClassName
{
border-color: #C0BA93;
}
</style>