Shades of Coriander #C2BA89
Tints of Coriander #C2BA89
RGB
CMYK
RGB Variations
Color information
#C2BA89 (or 0xC2BA89) is known color: Coriander. HEX triplet: C2, BA and 89. RGB value is (194,186,137). Sum of RGB (Red+Green+Blue) = 194+186+137=517 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.52% from 517); Green value is 186 (73.05% from 255 or 35.98% from 517); Blue value is 137 (53.91% from 255 or 26.50% from 517); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BA89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BA89 is #3D4576. Grayscale: #B7B7B7. Windows color (decimal): -4015479 or 9026242. OLE color: 9026242.
HSL color Cylindrical-coordinate representation of color #C2BA89: hue angle of 51.58º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C2BA89 is Cyan = 0, Magento = 0.04, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 186 | 137 | - |
| CMYK | 0 | 0.04 | 0.29 | 0.24 |
| HSL | 51.58º | 0.32% | 0.65% | - |
| HSV(B) | 51.58º | 0.29% | 0.76% | - |
| XYZ | 44.32 | 48.39 | 30.67 | - |
| YUV | 182.81 | 102.15 | 135.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 186 | 137 | 0 | 0.04 | 0.29 | 0.24 | 51.58 | 0.32 | 0.65 |
| Hex | C2 | BA | 89 | 0 | 4 | 1D | 18 | 34 | 20 | 41 |
| Octal | 302 | 272 | 211 | 0 | 4 | 35 | 30 | 64 | 40 | 101 |
| Binary | 11000010 | 10111010 | 10001001 | 0 | 100 | 11101 | 11000 | 110100 | 100000 | 1000001 |
Color Harmonies of #C2BA89
Complementary color
Monochromatic Colors of #C2BA89
Black with #C2BA89
Text Example
Text Example
White with #C2BA89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BA89; }
p { color: rgb(194,186,137); }
H1.HeaderClassName
{
color: #C2BA89;
}
.AnyTagClassName
{
color: #C2BA89;
}
</style>
background-color css
<style>
a { background-color: #C2BA89; }
a { background-color: rgb(194,186,137); }
div.DivClassName
{
background-color: #C2BA89;
}
.BgClassName
{
background-color: #C2BA89;
}
</style>
border-color css
<style>
span { border-color: #C2BA89; }
span { border-color: rgb(194,186,137); }
td.TdClassName
{
border-color: #C2BA89;
}
.TagClassName
{
border-color: #C2BA89;
}
</style>