Shades of Coriander #C2BA88
Tints of Coriander #C2BA88
RGB
CMYK
RGB Variations
Color information
#C2BA88 (or 0xC2BA88) is known color: Coriander. HEX triplet: C2, BA and 88. RGB value is (194,186,136). Sum of RGB (Red+Green+Blue) = 194+186+136=516 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.60% from 516); Green value is 186 (73.05% from 255 or 36.05% from 516); Blue value is 136 (53.52% from 255 or 26.36% from 516); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BA88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BA88 is #3D4577. Grayscale: #B6B6B6. Windows color (decimal): -4015480 or 8960706. OLE color: 8960706.
HSL color Cylindrical-coordinate representation of color #C2BA88: hue angle of 51.72º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C2BA88 is Cyan = 0, Magento = 0.04, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 186 | 136 | - |
| CMYK | 0 | 0.04 | 0.30 | 0.24 |
| HSL | 51.72º | 0.32% | 0.65% | - |
| HSV(B) | 51.72º | 0.3% | 0.76% | - |
| XYZ | 44.25 | 48.36 | 30.3 | - |
| YUV | 182.69 | 101.65 | 136.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 186 | 136 | 0 | 0.04 | 0.30 | 0.24 | 51.72 | 0.32 | 0.65 |
| Hex | C2 | BA | 88 | 0 | 4 | 1E | 18 | 34 | 20 | 41 |
| Octal | 302 | 272 | 210 | 0 | 4 | 36 | 30 | 64 | 40 | 101 |
| Binary | 11000010 | 10111010 | 10001000 | 0 | 100 | 11110 | 11000 | 110100 | 100000 | 1000001 |
Color Harmonies of #C2BA88
Complementary color
Monochromatic Colors of #C2BA88
Black with #C2BA88
Text Example
Text Example
White with #C2BA88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BA88; }
p { color: rgb(194,186,136); }
H1.HeaderClassName
{
color: #C2BA88;
}
.AnyTagClassName
{
color: #C2BA88;
}
</style>
background-color css
<style>
a { background-color: #C2BA88; }
a { background-color: rgb(194,186,136); }
div.DivClassName
{
background-color: #C2BA88;
}
.BgClassName
{
background-color: #C2BA88;
}
</style>
border-color css
<style>
span { border-color: #C2BA88; }
span { border-color: rgb(194,186,136); }
td.TdClassName
{
border-color: #C2BA88;
}
.TagClassName
{
border-color: #C2BA88;
}
</style>