Shades of Coriander #C5BE8B
Tints of Coriander #C5BE8B
RGB
CMYK
RGB Variations
Color information
#C5BE8B (or 0xC5BE8B) is known color: Coriander. HEX triplet: C5, BE and 8B. RGB value is (197,190,139). Sum of RGB (Red+Green+Blue) = 197+190+139=526 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.45% from 526); Green value is 190 (74.61% from 255 or 36.12% from 526); Blue value is 139 (54.69% from 255 or 26.43% from 526); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BE8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5BE8B is #3A4174. Grayscale: #BABABA. Windows color (decimal): -3817845 or 9158341. OLE color: 9158341.
HSL color Cylindrical-coordinate representation of color #C5BE8B: hue angle of 52.76º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C5BE8B is Cyan = 0, Magento = 0.04, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 190 | 139 | - |
| CMYK | 0 | 0.04 | 0.29 | 0.23 |
| HSL | 52.76º | 0.33% | 0.66% | - |
| HSV(B) | 52.76º | 0.29% | 0.77% | - |
| XYZ | 46.1 | 50.56 | 31.76 | - |
| YUV | 186.28 | 101.32 | 135.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 190 | 139 | 0 | 0.04 | 0.29 | 0.23 | 52.76 | 0.33 | 0.66 |
| Hex | C5 | BE | 8B | 0 | 4 | 1D | 17 | 35 | 21 | 42 |
| Octal | 305 | 276 | 213 | 0 | 4 | 35 | 27 | 65 | 41 | 102 |
| Binary | 11000101 | 10111110 | 10001011 | 0 | 100 | 11101 | 10111 | 110101 | 100001 | 1000010 |
Color Harmonies of #C5BE8B
Complementary color
Monochromatic Colors of #C5BE8B
Black with #C5BE8B
Text Example
Text Example
White with #C5BE8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BE8B; }
p { color: rgb(197,190,139); }
H1.HeaderClassName
{
color: #C5BE8B;
}
.AnyTagClassName
{
color: #C5BE8B;
}
</style>
background-color css
<style>
a { background-color: #C5BE8B; }
a { background-color: rgb(197,190,139); }
div.DivClassName
{
background-color: #C5BE8B;
}
.BgClassName
{
background-color: #C5BE8B;
}
</style>
border-color css
<style>
span { border-color: #C5BE8B; }
span { border-color: rgb(197,190,139); }
td.TdClassName
{
border-color: #C5BE8B;
}
.TagClassName
{
border-color: #C5BE8B;
}
</style>