Shades of Coriander #C4BE8D
Tints of Coriander #C4BE8D
RGB
CMYK
RGB Variations
Color information
#C4BE8D (or 0xC4BE8D) is known color: Coriander. HEX triplet: C4, BE and 8D. RGB value is (196,190,141). Sum of RGB (Red+Green+Blue) = 196+190+141=527 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.19% from 527); Green value is 190 (74.61% from 255 or 36.05% from 527); Blue value is 141 (55.47% from 255 or 26.76% from 527); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BE8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4BE8D is #3B4172. Grayscale: #BABABA. Windows color (decimal): -3883379 or 9289412. OLE color: 9289412.
HSL color Cylindrical-coordinate representation of color #C4BE8D: hue angle of 53.45º degrees, saturation: 0.32, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C4BE8D is Cyan = 0, Magento = 0.03, Yellow = 0.28 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 190 | 141 | - |
| CMYK | 0 | 0.03 | 0.28 | 0.23 |
| HSL | 53.45º | 0.32% | 0.66% | - |
| HSV(B) | 53.45º | 0.28% | 0.77% | - |
| XYZ | 45.99 | 50.49 | 32.52 | - |
| YUV | 186.21 | 102.49 | 134.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 190 | 141 | 0 | 0.03 | 0.28 | 0.23 | 53.45 | 0.32 | 0.66 |
| Hex | C4 | BE | 8D | 0 | 3 | 1C | 17 | 35 | 20 | 42 |
| Octal | 304 | 276 | 215 | 0 | 3 | 34 | 27 | 65 | 40 | 102 |
| Binary | 11000100 | 10111110 | 10001101 | 0 | 11 | 11100 | 10111 | 110101 | 100000 | 1000010 |
Color Harmonies of #C4BE8D
Complementary color
Monochromatic Colors of #C4BE8D
Black with #C4BE8D
Text Example
Text Example
White with #C4BE8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BE8D; }
p { color: rgb(196,190,141); }
H1.HeaderClassName
{
color: #C4BE8D;
}
.AnyTagClassName
{
color: #C4BE8D;
}
</style>
background-color css
<style>
a { background-color: #C4BE8D; }
a { background-color: rgb(196,190,141); }
div.DivClassName
{
background-color: #C4BE8D;
}
.BgClassName
{
background-color: #C4BE8D;
}
</style>
border-color css
<style>
span { border-color: #C4BE8D; }
span { border-color: rgb(196,190,141); }
td.TdClassName
{
border-color: #C4BE8D;
}
.TagClassName
{
border-color: #C4BE8D;
}
</style>