Shades of Coriander #C0BE8C
Tints of Coriander #C0BE8C
RGB
CMYK
RGB Variations
Color information
#C0BE8C (or 0xC0BE8C) is known color: Coriander. HEX triplet: C0, BE and 8C. RGB value is (192,190,140). Sum of RGB (Red+Green+Blue) = 192+190+140=522 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.78% from 522); Green value is 190 (74.61% from 255 or 36.40% from 522); Blue value is 140 (55.08% from 255 or 26.82% from 522); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BE8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0BE8C is #3F4173. Grayscale: #B9B9B9. Windows color (decimal): -4145524 or 9223872. OLE color: 9223872.
HSL color Cylindrical-coordinate representation of color #C0BE8C: hue angle of 57.69º degrees, saturation: 0.29, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C0BE8C is Cyan = 0, Magento = 0.01, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 190 | 140 | - |
| CMYK | 0 | 0.01 | 0.27 | 0.25 |
| HSL | 57.69º | 0.29% | 0.65% | - |
| HSV(B) | 57.69º | 0.27% | 0.75% | - |
| XYZ | 44.89 | 49.93 | 32.08 | - |
| YUV | 184.9 | 102.66 | 133.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 190 | 140 | 0 | 0.01 | 0.27 | 0.25 | 57.69 | 0.29 | 0.65 |
| Hex | C0 | BE | 8C | 0 | 1 | 1B | 19 | 3A | 1D | 41 |
| Octal | 300 | 276 | 214 | 0 | 1 | 33 | 31 | 72 | 35 | 101 |
| Binary | 11000000 | 10111110 | 10001100 | 0 | 1 | 11011 | 11001 | 111010 | 11101 | 1000001 |
Color Harmonies of #C0BE8C
Complementary color
Monochromatic Colors of #C0BE8C
Black with #C0BE8C
Text Example
Text Example
White with #C0BE8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BE8C; }
p { color: rgb(192,190,140); }
H1.HeaderClassName
{
color: #C0BE8C;
}
.AnyTagClassName
{
color: #C0BE8C;
}
</style>
background-color css
<style>
a { background-color: #C0BE8C; }
a { background-color: rgb(192,190,140); }
div.DivClassName
{
background-color: #C0BE8C;
}
.BgClassName
{
background-color: #C0BE8C;
}
</style>
border-color css
<style>
span { border-color: #C0BE8C; }
span { border-color: rgb(192,190,140); }
td.TdClassName
{
border-color: #C0BE8C;
}
.TagClassName
{
border-color: #C0BE8C;
}
</style>