Shades of Coriander #C2BB87
Tints of Coriander #C2BB87
RGB
CMYK
RGB Variations
Color information
#C2BB87 (or 0xC2BB87) is known color: Coriander. HEX triplet: C2, BB and 87. RGB value is (194,187,135). Sum of RGB (Red+Green+Blue) = 194+187+135=516 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.60% from 516); Green value is 187 (73.44% from 255 or 36.24% from 516); Blue value is 135 (53.12% from 255 or 26.16% from 516); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BB87 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BB87 is #3D4478. Grayscale: #B7B7B7. Windows color (decimal): -4015225 or 8895426. OLE color: 8895426.
HSL color Cylindrical-coordinate representation of color #C2BB87: hue angle of 52.88º degrees, saturation: 0.33, 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 #C2BB87 is Cyan = 0, Magento = 0.04, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 187 | 135 | - |
| CMYK | 0 | 0.04 | 0.30 | 0.24 |
| HSL | 52.88º | 0.33% | 0.65% | - |
| HSV(B) | 52.88º | 0.3% | 0.76% | - |
| XYZ | 44.39 | 48.76 | 29.99 | - |
| YUV | 183.17 | 100.82 | 135.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 187 | 135 | 0 | 0.04 | 0.30 | 0.24 | 52.88 | 0.33 | 0.65 |
| Hex | C2 | BB | 87 | 0 | 4 | 1E | 18 | 35 | 21 | 41 |
| Octal | 302 | 273 | 207 | 0 | 4 | 36 | 30 | 65 | 41 | 101 |
| Binary | 11000010 | 10111011 | 10000111 | 0 | 100 | 11110 | 11000 | 110101 | 100001 | 1000001 |
Color Harmonies of #C2BB87
Complementary color
Monochromatic Colors of #C2BB87
Black with #C2BB87
Text Example
Text Example
White with #C2BB87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BB87; }
p { color: rgb(194,187,135); }
H1.HeaderClassName
{
color: #C2BB87;
}
.AnyTagClassName
{
color: #C2BB87;
}
</style>
background-color css
<style>
a { background-color: #C2BB87; }
a { background-color: rgb(194,187,135); }
div.DivClassName
{
background-color: #C2BB87;
}
.BgClassName
{
background-color: #C2BB87;
}
</style>
border-color css
<style>
span { border-color: #C2BB87; }
span { border-color: rgb(194,187,135); }
td.TdClassName
{
border-color: #C2BB87;
}
.TagClassName
{
border-color: #C2BB87;
}
</style>