Shades of Coriander #C0BB8D
Tints of Coriander #C0BB8D
RGB
CMYK
RGB Variations
Color information
#C0BB8D (or 0xC0BB8D) is known color: Coriander. HEX triplet: C0, BB and 8D. RGB value is (192,187,141). Sum of RGB (Red+Green+Blue) = 192+187+141=520 (68% of max value = 765). Red value is 192 (75.39% from 255 or 36.92% from 520); Green value is 187 (73.44% from 255 or 35.96% from 520); Blue value is 141 (55.47% from 255 or 27.12% from 520); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BB8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0BB8D is #3F4472. Grayscale: #B7B7B7. Windows color (decimal): -4146291 or 9288640. OLE color: 9288640.
HSL color Cylindrical-coordinate representation of color #C0BB8D: hue angle of 54.12º 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 #C0BB8D is Cyan = 0, Magento = 0.03, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 187 | 141 | - |
| CMYK | 0 | 0.03 | 0.27 | 0.25 |
| HSL | 54.12º | 0.29% | 0.65% | - |
| HSV(B) | 54.12º | 0.27% | 0.75% | - |
| XYZ | 44.32 | 48.67 | 32.26 | - |
| YUV | 183.25 | 104.16 | 134.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 187 | 141 | 0 | 0.03 | 0.27 | 0.25 | 54.12 | 0.29 | 0.65 |
| Hex | C0 | BB | 8D | 0 | 3 | 1B | 19 | 36 | 1D | 41 |
| Octal | 300 | 273 | 215 | 0 | 3 | 33 | 31 | 66 | 35 | 101 |
| Binary | 11000000 | 10111011 | 10001101 | 0 | 11 | 11011 | 11001 | 110110 | 11101 | 1000001 |
Color Harmonies of #C0BB8D
Complementary color
Monochromatic Colors of #C0BB8D
Black with #C0BB8D
Text Example
Text Example
White with #C0BB8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BB8D; }
p { color: rgb(192,187,141); }
H1.HeaderClassName
{
color: #C0BB8D;
}
.AnyTagClassName
{
color: #C0BB8D;
}
</style>
background-color css
<style>
a { background-color: #C0BB8D; }
a { background-color: rgb(192,187,141); }
div.DivClassName
{
background-color: #C0BB8D;
}
.BgClassName
{
background-color: #C0BB8D;
}
</style>
border-color css
<style>
span { border-color: #C0BB8D; }
span { border-color: rgb(192,187,141); }
td.TdClassName
{
border-color: #C0BB8D;
}
.TagClassName
{
border-color: #C0BB8D;
}
</style>