Shades of Coriander #C2BA8D
Tints of Coriander #C2BA8D
RGB
CMYK
RGB Variations
Color information
#C2BA8D (or 0xC2BA8D) is known color: Coriander. HEX triplet: C2, BA and 8D. RGB value is (194,186,141). Sum of RGB (Red+Green+Blue) = 194+186+141=521 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.24% from 521); Green value is 186 (73.05% from 255 or 35.70% from 521); Blue value is 141 (55.47% from 255 or 27.06% from 521); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BA8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BA8D is #3D4572. Grayscale: #B7B7B7. Windows color (decimal): -4015475 or 9288386. OLE color: 9288386.
HSL color Cylindrical-coordinate representation of color #C2BA8D: hue angle of 50.94º degrees, saturation: 0.3, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C2BA8D is Cyan = 0, Magento = 0.04, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 186 | 141 | - |
| CMYK | 0 | 0.04 | 0.27 | 0.24 |
| HSL | 50.94º | 0.3% | 0.66% | - |
| HSV(B) | 50.94º | 0.27% | 0.76% | - |
| XYZ | 44.61 | 48.51 | 32.21 | - |
| YUV | 183.26 | 104.15 | 135.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 186 | 141 | 0 | 0.04 | 0.27 | 0.24 | 50.94 | 0.3 | 0.66 |
| Hex | C2 | BA | 8D | 0 | 4 | 1B | 18 | 33 | 1E | 42 |
| Octal | 302 | 272 | 215 | 0 | 4 | 33 | 30 | 63 | 36 | 102 |
| Binary | 11000010 | 10111010 | 10001101 | 0 | 100 | 11011 | 11000 | 110011 | 11110 | 1000010 |
Color Harmonies of #C2BA8D
Complementary color
Monochromatic Colors of #C2BA8D
Black with #C2BA8D
Text Example
Text Example
White with #C2BA8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BA8D; }
p { color: rgb(194,186,141); }
H1.HeaderClassName
{
color: #C2BA8D;
}
.AnyTagClassName
{
color: #C2BA8D;
}
</style>
background-color css
<style>
a { background-color: #C2BA8D; }
a { background-color: rgb(194,186,141); }
div.DivClassName
{
background-color: #C2BA8D;
}
.BgClassName
{
background-color: #C2BA8D;
}
</style>
border-color css
<style>
span { border-color: #C2BA8D; }
span { border-color: rgb(194,186,141); }
td.TdClassName
{
border-color: #C2BA8D;
}
.TagClassName
{
border-color: #C2BA8D;
}
</style>