Shades of Coriander #C5B990
Tints of Coriander #C5B990
RGB
CMYK
RGB Variations
Color information
#C5B990 (or 0xC5B990) is known color: Coriander. HEX triplet: C5, B9 and 90. RGB value is (197,185,144). Sum of RGB (Red+Green+Blue) = 197+185+144=526 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.45% from 526); Green value is 185 (72.66% from 255 or 35.17% from 526); Blue value is 144 (56.64% from 255 or 27.38% from 526); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B990 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5B990 is #3A466F. Grayscale: #B8B8B8. Windows color (decimal): -3819120 or 9484741. OLE color: 9484741.
HSL color Cylindrical-coordinate representation of color #C5B990: hue angle of 46.42º degrees, saturation: 0.31, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C5B990 is Cyan = 0, Magento = 0.06, Yellow = 0.27 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 185 | 144 | - |
| CMYK | 0 | 0.06 | 0.27 | 0.23 |
| HSL | 46.42º | 0.31% | 0.67% | - |
| HSV(B) | 46.42º | 0.27% | 0.77% | - |
| XYZ | 45.41 | 48.58 | 33.37 | - |
| YUV | 183.91 | 105.48 | 137.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 185 | 144 | 0 | 0.06 | 0.27 | 0.23 | 46.42 | 0.31 | 0.67 |
| Hex | C5 | B9 | 90 | 0 | 6 | 1B | 17 | 2E | 1F | 43 |
| Octal | 305 | 271 | 220 | 0 | 6 | 33 | 27 | 56 | 37 | 103 |
| Binary | 11000101 | 10111001 | 10010000 | 0 | 110 | 11011 | 10111 | 101110 | 11111 | 1000011 |
Color Harmonies of #C5B990
Complementary color
Monochromatic Colors of #C5B990
Black with #C5B990
Text Example
Text Example
White with #C5B990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B990; }
p { color: rgb(197,185,144); }
H1.HeaderClassName
{
color: #C5B990;
}
.AnyTagClassName
{
color: #C5B990;
}
</style>
background-color css
<style>
a { background-color: #C5B990; }
a { background-color: rgb(197,185,144); }
div.DivClassName
{
background-color: #C5B990;
}
.BgClassName
{
background-color: #C5B990;
}
</style>
border-color css
<style>
span { border-color: #C5B990; }
span { border-color: rgb(197,185,144); }
td.TdClassName
{
border-color: #C5B990;
}
.TagClassName
{
border-color: #C5B990;
}
</style>