Shades of Coriander #C0B887
Tints of Coriander #C0B887
RGB
CMYK
RGB Variations
Color information
#C0B887 (or 0xC0B887) is known color: Coriander. HEX triplet: C0, B8 and 87. RGB value is (192,184,135). Sum of RGB (Red+Green+Blue) = 192+184+135=511 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.57% from 511); Green value is 184 (72.27% from 255 or 36.01% from 511); Blue value is 135 (53.12% from 255 or 26.42% from 511); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B887 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0B887 is #3F4778. Grayscale: #B5B5B5. Windows color (decimal): -4147065 or 8894656. OLE color: 8894656.
HSL color Cylindrical-coordinate representation of color #C0B887: hue angle of 51.58º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C0B887 is Cyan = 0, Magento = 0.04, Yellow = 0.30 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 184 | 135 | - |
| CMYK | 0 | 0.04 | 0.30 | 0.25 |
| HSL | 51.58º | 0.31% | 0.64% | - |
| HSV(B) | 51.58º | 0.3% | 0.75% | - |
| XYZ | 43.25 | 47.24 | 29.76 | - |
| YUV | 180.81 | 102.15 | 135.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 184 | 135 | 0 | 0.04 | 0.30 | 0.25 | 51.58 | 0.31 | 0.64 |
| Hex | C0 | B8 | 87 | 0 | 4 | 1E | 19 | 34 | 1F | 40 |
| Octal | 300 | 270 | 207 | 0 | 4 | 36 | 31 | 64 | 37 | 100 |
| Binary | 11000000 | 10111000 | 10000111 | 0 | 100 | 11110 | 11001 | 110100 | 11111 | 1000000 |
Color Harmonies of #C0B887
Complementary color
Monochromatic Colors of #C0B887
Black with #C0B887
Text Example
Text Example
White with #C0B887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B887; }
p { color: rgb(192,184,135); }
H1.HeaderClassName
{
color: #C0B887;
}
.AnyTagClassName
{
color: #C0B887;
}
</style>
background-color css
<style>
a { background-color: #C0B887; }
a { background-color: rgb(192,184,135); }
div.DivClassName
{
background-color: #C0B887;
}
.BgClassName
{
background-color: #C0B887;
}
</style>
border-color css
<style>
span { border-color: #C0B887; }
span { border-color: rgb(192,184,135); }
td.TdClassName
{
border-color: #C0B887;
}
.TagClassName
{
border-color: #C0B887;
}
</style>