Shades of Coriander #C2B989
Tints of Coriander #C2B989
RGB
CMYK
RGB Variations
Color information
#C2B989 (or 0xC2B989) is known color: Coriander. HEX triplet: C2, B9 and 89. RGB value is (194,185,137). Sum of RGB (Red+Green+Blue) = 194+185+137=516 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.60% from 516); Green value is 185 (72.66% from 255 or 35.85% from 516); Blue value is 137 (53.91% from 255 or 26.55% from 516); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B989 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2B989 is #3D4676. Grayscale: #B6B6B6. Windows color (decimal): -4015735 or 9025986. OLE color: 9025986.
HSL color Cylindrical-coordinate representation of color #C2B989: hue angle of 50.53º 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 #C2B989 is Cyan = 0, Magento = 0.05, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 185 | 137 | - |
| CMYK | 0 | 0.05 | 0.29 | 0.24 |
| HSL | 50.53º | 0.32% | 0.65% | - |
| HSV(B) | 50.53º | 0.29% | 0.76% | - |
| XYZ | 44.11 | 47.97 | 30.6 | - |
| YUV | 182.22 | 102.48 | 136.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 185 | 137 | 0 | 0.05 | 0.29 | 0.24 | 50.53 | 0.32 | 0.65 |
| Hex | C2 | B9 | 89 | 0 | 5 | 1D | 18 | 33 | 20 | 41 |
| Octal | 302 | 271 | 211 | 0 | 5 | 35 | 30 | 63 | 40 | 101 |
| Binary | 11000010 | 10111001 | 10001001 | 0 | 101 | 11101 | 11000 | 110011 | 100000 | 1000001 |
Color Harmonies of #C2B989
Complementary color
Monochromatic Colors of #C2B989
Black with #C2B989
Text Example
Text Example
White with #C2B989
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B989; }
p { color: rgb(194,185,137); }
H1.HeaderClassName
{
color: #C2B989;
}
.AnyTagClassName
{
color: #C2B989;
}
</style>
background-color css
<style>
a { background-color: #C2B989; }
a { background-color: rgb(194,185,137); }
div.DivClassName
{
background-color: #C2B989;
}
.BgClassName
{
background-color: #C2B989;
}
</style>
border-color css
<style>
span { border-color: #C2B989; }
span { border-color: rgb(194,185,137); }
td.TdClassName
{
border-color: #C2B989;
}
.TagClassName
{
border-color: #C2B989;
}
</style>