Shades of Coriander #C5C18E
Tints of Coriander #C5C18E
RGB
CMYK
RGB Variations
Color information
#C5C18E (or 0xC5C18E) is known color: Coriander. HEX triplet: C5, C1 and 8E. RGB value is (197,193,142). Sum of RGB (Red+Green+Blue) = 197+193+142=532 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.03% from 532); Green value is 193 (75.78% from 255 or 36.28% from 532); Blue value is 142 (55.86% from 255 or 26.69% from 532); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C18E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5C18E is #3A3E71. Grayscale: #BCBCBC. Windows color (decimal): -3817074 or 9355717. OLE color: 9355717.
HSL color Cylindrical-coordinate representation of color #C5C18E: hue angle of 55.64º 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 #C5C18E is Cyan = 0, Magento = 0.02, Yellow = 0.28 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 193 | 142 | - |
| CMYK | 0 | 0.02 | 0.28 | 0.23 |
| HSL | 55.64º | 0.32% | 0.66% | - |
| HSV(B) | 55.64º | 0.28% | 0.77% | - |
| XYZ | 46.98 | 51.96 | 33.15 | - |
| YUV | 188.38 | 101.83 | 134.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 193 | 142 | 0 | 0.02 | 0.28 | 0.23 | 55.64 | 0.32 | 0.66 |
| Hex | C5 | C1 | 8E | 0 | 2 | 1C | 17 | 38 | 20 | 42 |
| Octal | 305 | 301 | 216 | 0 | 2 | 34 | 27 | 70 | 40 | 102 |
| Binary | 11000101 | 11000001 | 10001110 | 0 | 10 | 11100 | 10111 | 111000 | 100000 | 1000010 |
Color Harmonies of #C5C18E
Complementary color
Monochromatic Colors of #C5C18E
Black with #C5C18E
Text Example
Text Example
White with #C5C18E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C18E; }
p { color: rgb(197,193,142); }
H1.HeaderClassName
{
color: #C5C18E;
}
.AnyTagClassName
{
color: #C5C18E;
}
</style>
background-color css
<style>
a { background-color: #C5C18E; }
a { background-color: rgb(197,193,142); }
div.DivClassName
{
background-color: #C5C18E;
}
.BgClassName
{
background-color: #C5C18E;
}
</style>
border-color css
<style>
span { border-color: #C5C18E; }
span { border-color: rgb(197,193,142); }
td.TdClassName
{
border-color: #C5C18E;
}
.TagClassName
{
border-color: #C5C18E;
}
</style>