Shades of Coriander #C0BE8B
Tints of Coriander #C0BE8B
RGB
CMYK
RGB Variations
Color information
#C0BE8B (or 0xC0BE8B) is known color: Coriander. HEX triplet: C0, BE and 8B. RGB value is (192,190,139). Sum of RGB (Red+Green+Blue) = 192+190+139=521 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.85% from 521); Green value is 190 (74.61% from 255 or 36.47% from 521); Blue value is 139 (54.69% from 255 or 26.68% from 521); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BE8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0BE8B is #3F4174. Grayscale: #B8B8B8. Windows color (decimal): -4145525 or 9158336. OLE color: 9158336.
HSL color Cylindrical-coordinate representation of color #C0BE8B: hue angle of 57.74º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C0BE8B is Cyan = 0, Magento = 0.01, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 190 | 139 | - |
| CMYK | 0 | 0.01 | 0.28 | 0.25 |
| HSL | 57.74º | 0.3% | 0.65% | - |
| HSV(B) | 57.74º | 0.28% | 0.75% | - |
| XYZ | 44.81 | 49.9 | 31.7 | - |
| YUV | 184.78 | 102.16 | 133.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 190 | 139 | 0 | 0.01 | 0.28 | 0.25 | 57.74 | 0.3 | 0.65 |
| Hex | C0 | BE | 8B | 0 | 1 | 1C | 19 | 3A | 1E | 41 |
| Octal | 300 | 276 | 213 | 0 | 1 | 34 | 31 | 72 | 36 | 101 |
| Binary | 11000000 | 10111110 | 10001011 | 0 | 1 | 11100 | 11001 | 111010 | 11110 | 1000001 |
Color Harmonies of #C0BE8B
Complementary color
Monochromatic Colors of #C0BE8B
Black with #C0BE8B
Text Example
Text Example
White with #C0BE8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BE8B; }
p { color: rgb(192,190,139); }
H1.HeaderClassName
{
color: #C0BE8B;
}
.AnyTagClassName
{
color: #C0BE8B;
}
</style>
background-color css
<style>
a { background-color: #C0BE8B; }
a { background-color: rgb(192,190,139); }
div.DivClassName
{
background-color: #C0BE8B;
}
.BgClassName
{
background-color: #C0BE8B;
}
</style>
border-color css
<style>
span { border-color: #C0BE8B; }
span { border-color: rgb(192,190,139); }
td.TdClassName
{
border-color: #C0BE8B;
}
.TagClassName
{
border-color: #C0BE8B;
}
</style>