Shades of Coriander #C4BE8C
Tints of Coriander #C4BE8C
RGB
CMYK
RGB Variations
Color information
#C4BE8C (or 0xC4BE8C) is known color: Coriander. HEX triplet: C4, BE and 8C. RGB value is (196,190,140). Sum of RGB (Red+Green+Blue) = 196+190+140=526 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.26% from 526); Green value is 190 (74.61% from 255 or 36.12% from 526); Blue value is 140 (55.08% from 255 or 26.62% from 526); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BE8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4BE8C is #3B4173. Grayscale: #BABABA. Windows color (decimal): -3883380 or 9223876. OLE color: 9223876.
HSL color Cylindrical-coordinate representation of color #C4BE8C: hue angle of 53.57º degrees, saturation: 0.32, 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 #C4BE8C is Cyan = 0, Magento = 0.03, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 190 | 140 | - |
| CMYK | 0 | 0.03 | 0.29 | 0.23 |
| HSL | 53.57º | 0.32% | 0.66% | - |
| HSV(B) | 53.57º | 0.29% | 0.77% | - |
| XYZ | 45.91 | 50.46 | 32.13 | - |
| YUV | 186.09 | 101.99 | 135.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 190 | 140 | 0 | 0.03 | 0.29 | 0.23 | 53.57 | 0.32 | 0.66 |
| Hex | C4 | BE | 8C | 0 | 3 | 1D | 17 | 36 | 20 | 42 |
| Octal | 304 | 276 | 214 | 0 | 3 | 35 | 27 | 66 | 40 | 102 |
| Binary | 11000100 | 10111110 | 10001100 | 0 | 11 | 11101 | 10111 | 110110 | 100000 | 1000010 |
Color Harmonies of #C4BE8C
Complementary color
Monochromatic Colors of #C4BE8C
Black with #C4BE8C
Text Example
Text Example
White with #C4BE8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BE8C; }
p { color: rgb(196,190,140); }
H1.HeaderClassName
{
color: #C4BE8C;
}
.AnyTagClassName
{
color: #C4BE8C;
}
</style>
background-color css
<style>
a { background-color: #C4BE8C; }
a { background-color: rgb(196,190,140); }
div.DivClassName
{
background-color: #C4BE8C;
}
.BgClassName
{
background-color: #C4BE8C;
}
</style>
border-color css
<style>
span { border-color: #C4BE8C; }
span { border-color: rgb(196,190,140); }
td.TdClassName
{
border-color: #C4BE8C;
}
.TagClassName
{
border-color: #C4BE8C;
}
</style>