Shades of Coriander #C5BB8E
Tints of Coriander #C5BB8E
RGB
CMYK
RGB Variations
Color information
#C5BB8E (or 0xC5BB8E) is known color: Coriander. HEX triplet: C5, BB and 8E. RGB value is (197,187,142). Sum of RGB (Red+Green+Blue) = 197+187+142=526 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.45% from 526); Green value is 187 (73.44% from 255 or 35.55% from 526); Blue value is 142 (55.86% from 255 or 27.00% from 526); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BB8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5BB8E is #3A4471. Grayscale: #B9B9B9. Windows color (decimal): -3818610 or 9354181. OLE color: 9354181.
HSL color Cylindrical-coordinate representation of color #C5BB8E: hue angle of 49.09º 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 #C5BB8E is Cyan = 0, Magento = 0.05, Yellow = 0.28 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 187 | 142 | - |
| CMYK | 0 | 0.05 | 0.28 | 0.23 |
| HSL | 49.09º | 0.32% | 0.66% | - |
| HSV(B) | 49.09º | 0.28% | 0.77% | - |
| XYZ | 45.68 | 49.36 | 32.71 | - |
| YUV | 184.86 | 103.81 | 136.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 187 | 142 | 0 | 0.05 | 0.28 | 0.23 | 49.09 | 0.32 | 0.66 |
| Hex | C5 | BB | 8E | 0 | 5 | 1C | 17 | 31 | 20 | 42 |
| Octal | 305 | 273 | 216 | 0 | 5 | 34 | 27 | 61 | 40 | 102 |
| Binary | 11000101 | 10111011 | 10001110 | 0 | 101 | 11100 | 10111 | 110001 | 100000 | 1000010 |
Color Harmonies of #C5BB8E
Complementary color
Monochromatic Colors of #C5BB8E
Black with #C5BB8E
Text Example
Text Example
White with #C5BB8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BB8E; }
p { color: rgb(197,187,142); }
H1.HeaderClassName
{
color: #C5BB8E;
}
.AnyTagClassName
{
color: #C5BB8E;
}
</style>
background-color css
<style>
a { background-color: #C5BB8E; }
a { background-color: rgb(197,187,142); }
div.DivClassName
{
background-color: #C5BB8E;
}
.BgClassName
{
background-color: #C5BB8E;
}
</style>
border-color css
<style>
span { border-color: #C5BB8E; }
span { border-color: rgb(197,187,142); }
td.TdClassName
{
border-color: #C5BB8E;
}
.TagClassName
{
border-color: #C5BB8E;
}
</style>