Shades of Coriander #C0BB8B
Tints of Coriander #C0BB8B
RGB
CMYK
RGB Variations
Color information
#C0BB8B (or 0xC0BB8B) is known color: Coriander. HEX triplet: C0, BB and 8B. RGB value is (192,187,139). Sum of RGB (Red+Green+Blue) = 192+187+139=518 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.07% from 518); Green value is 187 (73.44% from 255 or 36.10% from 518); Blue value is 139 (54.69% from 255 or 26.83% from 518); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BB8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0BB8B is #3F4474. Grayscale: #B7B7B7. Windows color (decimal): -4146293 or 9157568. OLE color: 9157568.
HSL color Cylindrical-coordinate representation of color #C0BB8B: hue angle of 54.34º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C0BB8B is Cyan = 0, Magento = 0.03, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 187 | 139 | - |
| CMYK | 0 | 0.03 | 0.28 | 0.25 |
| HSL | 54.34º | 0.3% | 0.65% | - |
| HSV(B) | 54.34º | 0.28% | 0.75% | - |
| XYZ | 44.17 | 48.61 | 31.48 | - |
| YUV | 183.02 | 103.16 | 134.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 187 | 139 | 0 | 0.03 | 0.28 | 0.25 | 54.34 | 0.3 | 0.65 |
| Hex | C0 | BB | 8B | 0 | 3 | 1C | 19 | 36 | 1E | 41 |
| Octal | 300 | 273 | 213 | 0 | 3 | 34 | 31 | 66 | 36 | 101 |
| Binary | 11000000 | 10111011 | 10001011 | 0 | 11 | 11100 | 11001 | 110110 | 11110 | 1000001 |
Color Harmonies of #C0BB8B
Complementary color
Monochromatic Colors of #C0BB8B
Black with #C0BB8B
Text Example
Text Example
White with #C0BB8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BB8B; }
p { color: rgb(192,187,139); }
H1.HeaderClassName
{
color: #C0BB8B;
}
.AnyTagClassName
{
color: #C0BB8B;
}
</style>
background-color css
<style>
a { background-color: #C0BB8B; }
a { background-color: rgb(192,187,139); }
div.DivClassName
{
background-color: #C0BB8B;
}
.BgClassName
{
background-color: #C0BB8B;
}
</style>
border-color css
<style>
span { border-color: #C0BB8B; }
span { border-color: rgb(192,187,139); }
td.TdClassName
{
border-color: #C0BB8B;
}
.TagClassName
{
border-color: #C0BB8B;
}
</style>