Shades of Coriander #C0BB93
Tints of Coriander #C0BB93
RGB
CMYK
RGB Variations
Color information
#C0BB93 (or 0xC0BB93) is known color: Coriander. HEX triplet: C0, BB and 93. RGB value is (192,187,147). Sum of RGB (Red+Green+Blue) = 192+187+147=526 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.50% from 526); Green value is 187 (73.44% from 255 or 35.55% from 526); Blue value is 147 (57.81% from 255 or 27.95% from 526); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BB93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0BB93 is #3F446C. Grayscale: #B8B8B8. Windows color (decimal): -4146285 or 9681856. OLE color: 9681856.
HSL color Cylindrical-coordinate representation of color #C0BB93: hue angle of 53.33º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C0BB93 is Cyan = 0, Magento = 0.03, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 187 | 147 | - |
| CMYK | 0 | 0.03 | 0.23 | 0.25 |
| HSL | 53.33º | 0.26% | 0.66% | - |
| HSV(B) | 53.33º | 0.23% | 0.75% | - |
| XYZ | 44.78 | 48.85 | 34.67 | - |
| YUV | 183.94 | 107.16 | 133.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 187 | 147 | 0 | 0.03 | 0.23 | 0.25 | 53.33 | 0.26 | 0.66 |
| Hex | C0 | BB | 93 | 0 | 3 | 17 | 19 | 35 | 1A | 42 |
| Octal | 300 | 273 | 223 | 0 | 3 | 27 | 31 | 65 | 32 | 102 |
| Binary | 11000000 | 10111011 | 10010011 | 0 | 11 | 10111 | 11001 | 110101 | 11010 | 1000010 |
Color Harmonies of #C0BB93
Complementary color
Monochromatic Colors of #C0BB93
Black with #C0BB93
Text Example
Text Example
White with #C0BB93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BB93; }
p { color: rgb(192,187,147); }
H1.HeaderClassName
{
color: #C0BB93;
}
.AnyTagClassName
{
color: #C0BB93;
}
</style>
background-color css
<style>
a { background-color: #C0BB93; }
a { background-color: rgb(192,187,147); }
div.DivClassName
{
background-color: #C0BB93;
}
.BgClassName
{
background-color: #C0BB93;
}
</style>
border-color css
<style>
span { border-color: #C0BB93; }
span { border-color: rgb(192,187,147); }
td.TdClassName
{
border-color: #C0BB93;
}
.TagClassName
{
border-color: #C0BB93;
}
</style>