Shades of Coriander #C5BD90
Tints of Coriander #C5BD90
RGB
CMYK
RGB Variations
Color information
#C5BD90 (or 0xC5BD90) is known color: Coriander. HEX triplet: C5, BD and 90. RGB value is (197,189,144). Sum of RGB (Red+Green+Blue) = 197+189+144=530 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.17% from 530); Green value is 189 (74.22% from 255 or 35.66% from 530); Blue value is 144 (56.64% from 255 or 27.17% from 530); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BD90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5BD90 is #3A426F. Grayscale: #BABABA. Windows color (decimal): -3818096 or 9485765. OLE color: 9485765.
HSL color Cylindrical-coordinate representation of color #C5BD90: hue angle of 50.94º 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 #C5BD90 is Cyan = 0, Magento = 0.04, Yellow = 0.27 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 189 | 144 | - |
| CMYK | 0 | 0.04 | 0.27 | 0.23 |
| HSL | 50.94º | 0.31% | 0.67% | - |
| HSV(B) | 50.94º | 0.27% | 0.77% | - |
| XYZ | 46.26 | 50.28 | 33.65 | - |
| YUV | 186.26 | 104.15 | 135.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 189 | 144 | 0 | 0.04 | 0.27 | 0.23 | 50.94 | 0.31 | 0.67 |
| Hex | C5 | BD | 90 | 0 | 4 | 1B | 17 | 33 | 1F | 43 |
| Octal | 305 | 275 | 220 | 0 | 4 | 33 | 27 | 63 | 37 | 103 |
| Binary | 11000101 | 10111101 | 10010000 | 0 | 100 | 11011 | 10111 | 110011 | 11111 | 1000011 |
Color Harmonies of #C5BD90
Complementary color
Monochromatic Colors of #C5BD90
Black with #C5BD90
Text Example
Text Example
White with #C5BD90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BD90; }
p { color: rgb(197,189,144); }
H1.HeaderClassName
{
color: #C5BD90;
}
.AnyTagClassName
{
color: #C5BD90;
}
</style>
background-color css
<style>
a { background-color: #C5BD90; }
a { background-color: rgb(197,189,144); }
div.DivClassName
{
background-color: #C5BD90;
}
.BgClassName
{
background-color: #C5BD90;
}
</style>
border-color css
<style>
span { border-color: #C5BD90; }
span { border-color: rgb(197,189,144); }
td.TdClassName
{
border-color: #C5BD90;
}
.TagClassName
{
border-color: #C5BD90;
}
</style>