Shades of Coriander #C5BC8E
Tints of Coriander #C5BC8E
RGB
CMYK
RGB Variations
Color information
#C5BC8E (or 0xC5BC8E) is known color: Coriander. HEX triplet: C5, BC and 8E. RGB value is (197,188,142). Sum of RGB (Red+Green+Blue) = 197+188+142=527 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.38% from 527); Green value is 188 (73.83% from 255 or 35.67% from 527); Blue value is 142 (55.86% from 255 or 26.94% from 527); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BC8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5BC8E is #3A4371. Grayscale: #B9B9B9. Windows color (decimal): -3818354 or 9354437. OLE color: 9354437.
HSL color Cylindrical-coordinate representation of color #C5BC8E: hue angle of 50.18º degrees, saturation: 0.32, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C5BC8E is Cyan = 0, Magento = 0.05, Yellow = 0.28 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 188 | 142 | - |
| CMYK | 0 | 0.05 | 0.28 | 0.23 |
| HSL | 50.18º | 0.32% | 0.66% | - |
| HSV(B) | 50.18º | 0.28% | 0.77% | - |
| XYZ | 45.89 | 49.79 | 32.78 | - |
| YUV | 185.45 | 103.48 | 136.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 188 | 142 | 0 | 0.05 | 0.28 | 0.23 | 50.18 | 0.32 | 0.66 |
| Hex | C5 | BC | 8E | 0 | 5 | 1C | 17 | 32 | 20 | 42 |
| Octal | 305 | 274 | 216 | 0 | 5 | 34 | 27 | 62 | 40 | 102 |
| Binary | 11000101 | 10111100 | 10001110 | 0 | 101 | 11100 | 10111 | 110010 | 100000 | 1000010 |
Color Harmonies of #C5BC8E
Complementary color
Monochromatic Colors of #C5BC8E
Black with #C5BC8E
Text Example
Text Example
White with #C5BC8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BC8E; }
p { color: rgb(197,188,142); }
H1.HeaderClassName
{
color: #C5BC8E;
}
.AnyTagClassName
{
color: #C5BC8E;
}
</style>
background-color css
<style>
a { background-color: #C5BC8E; }
a { background-color: rgb(197,188,142); }
div.DivClassName
{
background-color: #C5BC8E;
}
.BgClassName
{
background-color: #C5BC8E;
}
</style>
border-color css
<style>
span { border-color: #C5BC8E; }
span { border-color: rgb(197,188,142); }
td.TdClassName
{
border-color: #C5BC8E;
}
.TagClassName
{
border-color: #C5BC8E;
}
</style>