Shades of Coriander #C0BB8C
Tints of Coriander #C0BB8C
RGB
CMYK
RGB Variations
Color information
#C0BB8C (or 0xC0BB8C) is known color: Coriander. HEX triplet: C0, BB and 8C. RGB value is (192,187,140). Sum of RGB (Red+Green+Blue) = 192+187+140=519 (68% of max value = 765). Red value is 192 (75.39% from 255 or 36.99% from 519); Green value is 187 (73.44% from 255 or 36.03% from 519); Blue value is 140 (55.08% from 255 or 26.97% from 519); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BB8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0BB8C is #3F4473. Grayscale: #B7B7B7. Windows color (decimal): -4146292 or 9223104. OLE color: 9223104.
HSL color Cylindrical-coordinate representation of color #C0BB8C: hue angle of 54.23º 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 #C0BB8C is Cyan = 0, Magento = 0.03, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 187 | 140 | - |
| CMYK | 0 | 0.03 | 0.27 | 0.25 |
| HSL | 54.23º | 0.29% | 0.65% | - |
| HSV(B) | 54.23º | 0.27% | 0.75% | - |
| XYZ | 44.24 | 48.64 | 31.87 | - |
| YUV | 183.14 | 103.66 | 134.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 187 | 140 | 0 | 0.03 | 0.27 | 0.25 | 54.23 | 0.29 | 0.65 |
| Hex | C0 | BB | 8C | 0 | 3 | 1B | 19 | 36 | 1D | 41 |
| Octal | 300 | 273 | 214 | 0 | 3 | 33 | 31 | 66 | 35 | 101 |
| Binary | 11000000 | 10111011 | 10001100 | 0 | 11 | 11011 | 11001 | 110110 | 11101 | 1000001 |
Color Harmonies of #C0BB8C
Complementary color
Monochromatic Colors of #C0BB8C
Black with #C0BB8C
Text Example
Text Example
White with #C0BB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BB8C; }
p { color: rgb(192,187,140); }
H1.HeaderClassName
{
color: #C0BB8C;
}
.AnyTagClassName
{
color: #C0BB8C;
}
</style>
background-color css
<style>
a { background-color: #C0BB8C; }
a { background-color: rgb(192,187,140); }
div.DivClassName
{
background-color: #C0BB8C;
}
.BgClassName
{
background-color: #C0BB8C;
}
</style>
border-color css
<style>
span { border-color: #C0BB8C; }
span { border-color: rgb(192,187,140); }
td.TdClassName
{
border-color: #C0BB8C;
}
.TagClassName
{
border-color: #C0BB8C;
}
</style>