Shades of Coriander #C5C091
Tints of Coriander #C5C091
RGB
CMYK
RGB Variations
Color information
#C5C091 (or 0xC5C091) is known color: Coriander. HEX triplet: C5, C0 and 91. RGB value is (197,192,145). Sum of RGB (Red+Green+Blue) = 197+192+145=534 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.89% from 534); Green value is 192 (75.39% from 255 or 35.96% from 534); Blue value is 145 (57.03% from 255 or 27.15% from 534); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C091 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5C091 is #3A3F6E. Grayscale: #BCBCBC. Windows color (decimal): -3817327 or 9552069. OLE color: 9552069.
HSL color Cylindrical-coordinate representation of color #C5C091: hue angle of 54.23º degrees, saturation: 0.31, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C5C091 is Cyan = 0, Magento = 0.03, Yellow = 0.26 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 192 | 145 | - |
| CMYK | 0 | 0.03 | 0.26 | 0.23 |
| HSL | 54.23º | 0.31% | 0.67% | - |
| HSV(B) | 54.23º | 0.26% | 0.77% | - |
| XYZ | 46.99 | 51.61 | 34.27 | - |
| YUV | 188.14 | 103.66 | 134.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 192 | 145 | 0 | 0.03 | 0.26 | 0.23 | 54.23 | 0.31 | 0.67 |
| Hex | C5 | C0 | 91 | 0 | 3 | 1A | 17 | 36 | 1F | 43 |
| Octal | 305 | 300 | 221 | 0 | 3 | 32 | 27 | 66 | 37 | 103 |
| Binary | 11000101 | 11000000 | 10010001 | 0 | 11 | 11010 | 10111 | 110110 | 11111 | 1000011 |
Color Harmonies of #C5C091
Complementary color
Monochromatic Colors of #C5C091
Black with #C5C091
Text Example
Text Example
White with #C5C091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C091; }
p { color: rgb(197,192,145); }
H1.HeaderClassName
{
color: #C5C091;
}
.AnyTagClassName
{
color: #C5C091;
}
</style>
background-color css
<style>
a { background-color: #C5C091; }
a { background-color: rgb(197,192,145); }
div.DivClassName
{
background-color: #C5C091;
}
.BgClassName
{
background-color: #C5C091;
}
</style>
border-color css
<style>
span { border-color: #C5C091; }
span { border-color: rgb(197,192,145); }
td.TdClassName
{
border-color: #C5C091;
}
.TagClassName
{
border-color: #C5C091;
}
</style>