Shades of Coriander #C5C08E
Tints of Coriander #C5C08E
RGB
CMYK
RGB Variations
Color information
#C5C08E (or 0xC5C08E) is known color: Coriander. HEX triplet: C5, C0 and 8E. RGB value is (197,192,142). Sum of RGB (Red+Green+Blue) = 197+192+142=531 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.10% from 531); Green value is 192 (75.39% from 255 or 36.16% from 531); Blue value is 142 (55.86% from 255 or 26.74% from 531); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C08E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5C08E is #3A3F71. Grayscale: #BCBCBC. Windows color (decimal): -3817330 or 9355461. OLE color: 9355461.
HSL color Cylindrical-coordinate representation of color #C5C08E: hue angle of 54.55º 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 #C5C08E is Cyan = 0, Magento = 0.03, Yellow = 0.28 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 192 | 142 | - |
| CMYK | 0 | 0.03 | 0.28 | 0.23 |
| HSL | 54.55º | 0.32% | 0.66% | - |
| HSV(B) | 54.55º | 0.28% | 0.77% | - |
| XYZ | 46.76 | 51.52 | 33.07 | - |
| YUV | 187.8 | 102.16 | 134.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 192 | 142 | 0 | 0.03 | 0.28 | 0.23 | 54.55 | 0.32 | 0.66 |
| Hex | C5 | C0 | 8E | 0 | 3 | 1C | 17 | 37 | 20 | 42 |
| Octal | 305 | 300 | 216 | 0 | 3 | 34 | 27 | 67 | 40 | 102 |
| Binary | 11000101 | 11000000 | 10001110 | 0 | 11 | 11100 | 10111 | 110111 | 100000 | 1000010 |
Color Harmonies of #C5C08E
Complementary color
Monochromatic Colors of #C5C08E
Black with #C5C08E
Text Example
Text Example
White with #C5C08E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C08E; }
p { color: rgb(197,192,142); }
H1.HeaderClassName
{
color: #C5C08E;
}
.AnyTagClassName
{
color: #C5C08E;
}
</style>
background-color css
<style>
a { background-color: #C5C08E; }
a { background-color: rgb(197,192,142); }
div.DivClassName
{
background-color: #C5C08E;
}
.BgClassName
{
background-color: #C5C08E;
}
</style>
border-color css
<style>
span { border-color: #C5C08E; }
span { border-color: rgb(197,192,142); }
td.TdClassName
{
border-color: #C5C08E;
}
.TagClassName
{
border-color: #C5C08E;
}
</style>