Shades of Coriander #C2BC88
Tints of Coriander #C2BC88
RGB
CMYK
RGB Variations
Color information
#C2BC88 (or 0xC2BC88) is known color: Coriander. HEX triplet: C2, BC and 88. RGB value is (194,188,136). Sum of RGB (Red+Green+Blue) = 194+188+136=518 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.45% from 518); Green value is 188 (73.83% from 255 or 36.29% from 518); Blue value is 136 (53.52% from 255 or 26.25% from 518); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BC88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BC88 is #3D4377. Grayscale: #B8B8B8. Windows color (decimal): -4014968 or 8961218. OLE color: 8961218.
HSL color Cylindrical-coordinate representation of color #C2BC88: hue angle of 53.79º 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 #C2BC88 is Cyan = 0, Magento = 0.03, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 188 | 136 | - |
| CMYK | 0 | 0.03 | 0.30 | 0.24 |
| HSL | 53.79º | 0.32% | 0.65% | - |
| HSV(B) | 53.79º | 0.3% | 0.76% | - |
| XYZ | 44.68 | 49.21 | 30.44 | - |
| YUV | 183.87 | 100.99 | 135.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 188 | 136 | 0 | 0.03 | 0.30 | 0.24 | 53.79 | 0.32 | 0.65 |
| Hex | C2 | BC | 88 | 0 | 3 | 1E | 18 | 36 | 20 | 41 |
| Octal | 302 | 274 | 210 | 0 | 3 | 36 | 30 | 66 | 40 | 101 |
| Binary | 11000010 | 10111100 | 10001000 | 0 | 11 | 11110 | 11000 | 110110 | 100000 | 1000001 |
Color Harmonies of #C2BC88
Complementary color
Monochromatic Colors of #C2BC88
Black with #C2BC88
Text Example
Text Example
White with #C2BC88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BC88; }
p { color: rgb(194,188,136); }
H1.HeaderClassName
{
color: #C2BC88;
}
.AnyTagClassName
{
color: #C2BC88;
}
</style>
background-color css
<style>
a { background-color: #C2BC88; }
a { background-color: rgb(194,188,136); }
div.DivClassName
{
background-color: #C2BC88;
}
.BgClassName
{
background-color: #C2BC88;
}
</style>
border-color css
<style>
span { border-color: #C2BC88; }
span { border-color: rgb(194,188,136); }
td.TdClassName
{
border-color: #C2BC88;
}
.TagClassName
{
border-color: #C2BC88;
}
</style>