Shades of Coriander #C0B888
Tints of Coriander #C0B888
RGB
CMYK
RGB Variations
Color information
#C0B888 (or 0xC0B888) is known color: Coriander. HEX triplet: C0, B8 and 88. RGB value is (192,184,136). Sum of RGB (Red+Green+Blue) = 192+184+136=512 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.5% from 512); Green value is 184 (72.27% from 255 or 35.94% from 512); Blue value is 136 (53.52% from 255 or 26.56% from 512); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B888 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0B888 is #3F4777. Grayscale: #B5B5B5. Windows color (decimal): -4147064 or 8960192. OLE color: 8960192.
HSL color Cylindrical-coordinate representation of color #C0B888: hue angle of 51.43º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C0B888 is Cyan = 0, Magento = 0.04, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 184 | 136 | - |
| CMYK | 0 | 0.04 | 0.29 | 0.25 |
| HSL | 51.43º | 0.31% | 0.64% | - |
| HSV(B) | 51.43º | 0.29% | 0.75% | - |
| XYZ | 43.32 | 47.27 | 30.13 | - |
| YUV | 180.92 | 102.65 | 135.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 184 | 136 | 0 | 0.04 | 0.29 | 0.25 | 51.43 | 0.31 | 0.64 |
| Hex | C0 | B8 | 88 | 0 | 4 | 1D | 19 | 33 | 1F | 40 |
| Octal | 300 | 270 | 210 | 0 | 4 | 35 | 31 | 63 | 37 | 100 |
| Binary | 11000000 | 10111000 | 10001000 | 0 | 100 | 11101 | 11001 | 110011 | 11111 | 1000000 |
Color Harmonies of #C0B888
Complementary color
Monochromatic Colors of #C0B888
Black with #C0B888
Text Example
Text Example
White with #C0B888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B888; }
p { color: rgb(192,184,136); }
H1.HeaderClassName
{
color: #C0B888;
}
.AnyTagClassName
{
color: #C0B888;
}
</style>
background-color css
<style>
a { background-color: #C0B888; }
a { background-color: rgb(192,184,136); }
div.DivClassName
{
background-color: #C0B888;
}
.BgClassName
{
background-color: #C0B888;
}
</style>
border-color css
<style>
span { border-color: #C0B888; }
span { border-color: rgb(192,184,136); }
td.TdClassName
{
border-color: #C0B888;
}
.TagClassName
{
border-color: #C0B888;
}
</style>