Shades of Coriander #C0BB90
Tints of Coriander #C0BB90
RGB
CMYK
RGB Variations
Color information
#C0BB90 (or 0xC0BB90) is known color: Coriander. HEX triplet: C0, BB and 90. RGB value is (192,187,144). Sum of RGB (Red+Green+Blue) = 192+187+144=523 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.71% from 523); Green value is 187 (73.44% from 255 or 35.76% from 523); Blue value is 144 (56.64% from 255 or 27.53% from 523); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BB90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0BB90 is #3F446F. Grayscale: #B7B7B7. Windows color (decimal): -4146288 or 9485248. OLE color: 9485248.
HSL color Cylindrical-coordinate representation of color #C0BB90: hue angle of 53.75º degrees, saturation: 0.28, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C0BB90 is Cyan = 0, Magento = 0.03, Yellow = 0.25 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 187 | 144 | - |
| CMYK | 0 | 0.03 | 0.25 | 0.25 |
| HSL | 53.75º | 0.28% | 0.66% | - |
| HSV(B) | 53.75º | 0.25% | 0.75% | - |
| XYZ | 44.54 | 48.76 | 33.45 | - |
| YUV | 183.59 | 105.66 | 134 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 187 | 144 | 0 | 0.03 | 0.25 | 0.25 | 53.75 | 0.28 | 0.66 |
| Hex | C0 | BB | 90 | 0 | 3 | 19 | 19 | 36 | 1C | 42 |
| Octal | 300 | 273 | 220 | 0 | 3 | 31 | 31 | 66 | 34 | 102 |
| Binary | 11000000 | 10111011 | 10010000 | 0 | 11 | 11001 | 11001 | 110110 | 11100 | 1000010 |
Color Harmonies of #C0BB90
Complementary color
Monochromatic Colors of #C0BB90
Black with #C0BB90
Text Example
Text Example
White with #C0BB90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BB90; }
p { color: rgb(192,187,144); }
H1.HeaderClassName
{
color: #C0BB90;
}
.AnyTagClassName
{
color: #C0BB90;
}
</style>
background-color css
<style>
a { background-color: #C0BB90; }
a { background-color: rgb(192,187,144); }
div.DivClassName
{
background-color: #C0BB90;
}
.BgClassName
{
background-color: #C0BB90;
}
</style>
border-color css
<style>
span { border-color: #C0BB90; }
span { border-color: rgb(192,187,144); }
td.TdClassName
{
border-color: #C0BB90;
}
.TagClassName
{
border-color: #C0BB90;
}
</style>