Shades of Coriander #C0BC89
Tints of Coriander #C0BC89
RGB
CMYK
RGB Variations
Color information
#C0BC89 (or 0xC0BC89) is known color: Coriander. HEX triplet: C0, BC and 89. RGB value is (192,188,137). Sum of RGB (Red+Green+Blue) = 192+188+137=517 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.14% from 517); Green value is 188 (73.83% from 255 or 36.36% from 517); Blue value is 137 (53.91% from 255 or 26.50% from 517); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BC89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0BC89 is #3F4376. Grayscale: #B7B7B7. Windows color (decimal): -4146039 or 9026752. OLE color: 9026752.
HSL color Cylindrical-coordinate representation of color #C0BC89: hue angle of 55.64º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C0BC89 is Cyan = 0, Magento = 0.02, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 188 | 137 | - |
| CMYK | 0 | 0.02 | 0.29 | 0.25 |
| HSL | 55.64º | 0.3% | 0.65% | - |
| HSV(B) | 55.64º | 0.29% | 0.75% | - |
| XYZ | 44.24 | 48.98 | 30.79 | - |
| YUV | 183.38 | 101.83 | 134.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 188 | 137 | 0 | 0.02 | 0.29 | 0.25 | 55.64 | 0.3 | 0.65 |
| Hex | C0 | BC | 89 | 0 | 2 | 1D | 19 | 38 | 1E | 41 |
| Octal | 300 | 274 | 211 | 0 | 2 | 35 | 31 | 70 | 36 | 101 |
| Binary | 11000000 | 10111100 | 10001001 | 0 | 10 | 11101 | 11001 | 111000 | 11110 | 1000001 |
Color Harmonies of #C0BC89
Complementary color
Monochromatic Colors of #C0BC89
Black with #C0BC89
Text Example
Text Example
White with #C0BC89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BC89; }
p { color: rgb(192,188,137); }
H1.HeaderClassName
{
color: #C0BC89;
}
.AnyTagClassName
{
color: #C0BC89;
}
</style>
background-color css
<style>
a { background-color: #C0BC89; }
a { background-color: rgb(192,188,137); }
div.DivClassName
{
background-color: #C0BC89;
}
.BgClassName
{
background-color: #C0BC89;
}
</style>
border-color css
<style>
span { border-color: #C0BC89; }
span { border-color: rgb(192,188,137); }
td.TdClassName
{
border-color: #C0BC89;
}
.TagClassName
{
border-color: #C0BC89;
}
</style>