Shades of Coriander #C2BC96
Tints of Coriander #C2BC96
RGB
CMYK
RGB Variations
Color information
#C2BC96 (or 0xC2BC96) is known color: Coriander. HEX triplet: C2, BC and 96. RGB value is (194,188,150). Sum of RGB (Red+Green+Blue) = 194+188+150=532 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.47% from 532); Green value is 188 (73.83% from 255 or 35.34% from 532); Blue value is 150 (58.98% from 255 or 28.20% from 532); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BC96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BC96 is #3D4369. Grayscale: #B9B9B9. Windows color (decimal): -4014954 or 9878722. OLE color: 9878722.
HSL color Cylindrical-coordinate representation of color #C2BC96: hue angle of 51.82º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C2BC96 is Cyan = 0, Magento = 0.03, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 188 | 150 | - |
| CMYK | 0 | 0.03 | 0.23 | 0.24 |
| HSL | 51.82º | 0.27% | 0.67% | - |
| HSV(B) | 51.82º | 0.23% | 0.76% | - |
| XYZ | 45.74 | 49.64 | 36.02 | - |
| YUV | 185.46 | 107.99 | 134.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 188 | 150 | 0 | 0.03 | 0.23 | 0.24 | 51.82 | 0.27 | 0.67 |
| Hex | C2 | BC | 96 | 0 | 3 | 17 | 18 | 34 | 1B | 43 |
| Octal | 302 | 274 | 226 | 0 | 3 | 27 | 30 | 64 | 33 | 103 |
| Binary | 11000010 | 10111100 | 10010110 | 0 | 11 | 10111 | 11000 | 110100 | 11011 | 1000011 |
Color Harmonies of #C2BC96
Complementary color
Monochromatic Colors of #C2BC96
Black with #C2BC96
Text Example
Text Example
White with #C2BC96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BC96; }
p { color: rgb(194,188,150); }
H1.HeaderClassName
{
color: #C2BC96;
}
.AnyTagClassName
{
color: #C2BC96;
}
</style>
background-color css
<style>
a { background-color: #C2BC96; }
a { background-color: rgb(194,188,150); }
div.DivClassName
{
background-color: #C2BC96;
}
.BgClassName
{
background-color: #C2BC96;
}
</style>
border-color css
<style>
span { border-color: #C2BC96; }
span { border-color: rgb(194,188,150); }
td.TdClassName
{
border-color: #C2BC96;
}
.TagClassName
{
border-color: #C2BC96;
}
</style>