Shades of Coriander #C1BC87
Tints of Coriander #C1BC87
RGB
CMYK
RGB Variations
Color information
#C1BC87 (or 0xC1BC87) is known color: Coriander. HEX triplet: C1, BC and 87. RGB value is (193,188,135). Sum of RGB (Red+Green+Blue) = 193+188+135=516 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.40% from 516); Green value is 188 (73.83% from 255 or 36.43% from 516); Blue value is 135 (53.12% from 255 or 26.16% from 516); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BC87 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1BC87 is #3E4378. Grayscale: #B7B7B7. Windows color (decimal): -4080505 or 8895681. OLE color: 8895681.
HSL color Cylindrical-coordinate representation of color #C1BC87: hue angle of 54.83º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C1BC87 is Cyan = 0, Magento = 0.03, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 188 | 135 | - |
| CMYK | 0 | 0.03 | 0.30 | 0.24 |
| HSL | 54.83º | 0.32% | 0.64% | - |
| HSV(B) | 54.83º | 0.3% | 0.76% | - |
| XYZ | 44.35 | 49.05 | 30.05 | - |
| YUV | 183.45 | 100.66 | 134.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 188 | 135 | 0 | 0.03 | 0.30 | 0.24 | 54.83 | 0.32 | 0.64 |
| Hex | C1 | BC | 87 | 0 | 3 | 1E | 18 | 37 | 20 | 40 |
| Octal | 301 | 274 | 207 | 0 | 3 | 36 | 30 | 67 | 40 | 100 |
| Binary | 11000001 | 10111100 | 10000111 | 0 | 11 | 11110 | 11000 | 110111 | 100000 | 1000000 |
Color Harmonies of #C1BC87
Complementary color
Monochromatic Colors of #C1BC87
Black with #C1BC87
Text Example
Text Example
White with #C1BC87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BC87; }
p { color: rgb(193,188,135); }
H1.HeaderClassName
{
color: #C1BC87;
}
.AnyTagClassName
{
color: #C1BC87;
}
</style>
background-color css
<style>
a { background-color: #C1BC87; }
a { background-color: rgb(193,188,135); }
div.DivClassName
{
background-color: #C1BC87;
}
.BgClassName
{
background-color: #C1BC87;
}
</style>
border-color css
<style>
span { border-color: #C1BC87; }
span { border-color: rgb(193,188,135); }
td.TdClassName
{
border-color: #C1BC87;
}
.TagClassName
{
border-color: #C1BC87;
}
</style>