Shades of Coriander #C0BA94
Tints of Coriander #C0BA94
RGB
CMYK
RGB Variations
Color information
#C0BA94 (or 0xC0BA94) is known color: Coriander. HEX triplet: C0, BA and 94. RGB value is (192,186,148). Sum of RGB (Red+Green+Blue) = 192+186+148=526 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.50% from 526); Green value is 186 (73.05% from 255 or 35.36% from 526); Blue value is 148 (58.20% from 255 or 28.14% from 526); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BA94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0BA94 is #3F456B. Grayscale: #B7B7B7. Windows color (decimal): -4146540 or 9747136. OLE color: 9747136.
HSL color Cylindrical-coordinate representation of color #C0BA94: hue angle of 51.82º degrees, saturation: 0.26, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C0BA94 is Cyan = 0, Magento = 0.03, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 186 | 148 | - |
| CMYK | 0 | 0.03 | 0.23 | 0.25 |
| HSL | 51.82º | 0.26% | 0.67% | - |
| HSV(B) | 51.82º | 0.23% | 0.75% | - |
| XYZ | 44.64 | 48.46 | 35.02 | - |
| YUV | 183.46 | 107.99 | 134.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 186 | 148 | 0 | 0.03 | 0.23 | 0.25 | 51.82 | 0.26 | 0.67 |
| Hex | C0 | BA | 94 | 0 | 3 | 17 | 19 | 34 | 1A | 43 |
| Octal | 300 | 272 | 224 | 0 | 3 | 27 | 31 | 64 | 32 | 103 |
| Binary | 11000000 | 10111010 | 10010100 | 0 | 11 | 10111 | 11001 | 110100 | 11010 | 1000011 |
Color Harmonies of #C0BA94
Complementary color
Monochromatic Colors of #C0BA94
Black with #C0BA94
Text Example
Text Example
White with #C0BA94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BA94; }
p { color: rgb(192,186,148); }
H1.HeaderClassName
{
color: #C0BA94;
}
.AnyTagClassName
{
color: #C0BA94;
}
</style>
background-color css
<style>
a { background-color: #C0BA94; }
a { background-color: rgb(192,186,148); }
div.DivClassName
{
background-color: #C0BA94;
}
.BgClassName
{
background-color: #C0BA94;
}
</style>
border-color css
<style>
span { border-color: #C0BA94; }
span { border-color: rgb(192,186,148); }
td.TdClassName
{
border-color: #C0BA94;
}
.TagClassName
{
border-color: #C0BA94;
}
</style>