Shades of Coriander #C5BE93
Tints of Coriander #C5BE93
RGB
CMYK
RGB Variations
Color information
#C5BE93 (or 0xC5BE93) is known color: Coriander. HEX triplet: C5, BE and 93. RGB value is (197,190,147). Sum of RGB (Red+Green+Blue) = 197+190+147=534 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.89% from 534); Green value is 190 (74.61% from 255 or 35.58% from 534); Blue value is 147 (57.81% from 255 or 27.53% from 534); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BE93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5BE93 is #3A416C. Grayscale: #BBBBBB. Windows color (decimal): -3817837 or 9682629. OLE color: 9682629.
HSL color Cylindrical-coordinate representation of color #C5BE93: hue angle of 51.6º degrees, saturation: 0.3, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C5BE93 is Cyan = 0, Magento = 0.04, Yellow = 0.25 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 190 | 147 | - |
| CMYK | 0 | 0.04 | 0.25 | 0.23 |
| HSL | 51.6º | 0.3% | 0.67% | - |
| HSV(B) | 51.6º | 0.25% | 0.77% | - |
| XYZ | 46.71 | 50.8 | 34.95 | - |
| YUV | 187.19 | 105.32 | 135 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 190 | 147 | 0 | 0.04 | 0.25 | 0.23 | 51.6 | 0.3 | 0.67 |
| Hex | C5 | BE | 93 | 0 | 4 | 19 | 17 | 34 | 1E | 43 |
| Octal | 305 | 276 | 223 | 0 | 4 | 31 | 27 | 64 | 36 | 103 |
| Binary | 11000101 | 10111110 | 10010011 | 0 | 100 | 11001 | 10111 | 110100 | 11110 | 1000011 |
Color Harmonies of #C5BE93
Complementary color
Monochromatic Colors of #C5BE93
Black with #C5BE93
Text Example
Text Example
White with #C5BE93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BE93; }
p { color: rgb(197,190,147); }
H1.HeaderClassName
{
color: #C5BE93;
}
.AnyTagClassName
{
color: #C5BE93;
}
</style>
background-color css
<style>
a { background-color: #C5BE93; }
a { background-color: rgb(197,190,147); }
div.DivClassName
{
background-color: #C5BE93;
}
.BgClassName
{
background-color: #C5BE93;
}
</style>
border-color css
<style>
span { border-color: #C5BE93; }
span { border-color: rgb(197,190,147); }
td.TdClassName
{
border-color: #C5BE93;
}
.TagClassName
{
border-color: #C5BE93;
}
</style>