Shades of Coriander #C0BC93
Tints of Coriander #C0BC93
RGB
CMYK
RGB Variations
Color information
#C0BC93 (or 0xC0BC93) is known color: Coriander. HEX triplet: C0, BC and 93. RGB value is (192,188,147). Sum of RGB (Red+Green+Blue) = 192+188+147=527 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.43% from 527); Green value is 188 (73.83% from 255 or 35.67% from 527); Blue value is 147 (57.81% from 255 or 27.89% from 527); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BC93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0BC93 is #3F436C. Grayscale: #B8B8B8. Windows color (decimal): -4146029 or 9682112. OLE color: 9682112.
HSL color Cylindrical-coordinate representation of color #C0BC93: hue angle of 54.67º 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 #C0BC93 is Cyan = 0, Magento = 0.02, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 188 | 147 | - |
| CMYK | 0 | 0.02 | 0.23 | 0.25 |
| HSL | 54.67º | 0.26% | 0.66% | - |
| HSV(B) | 54.67º | 0.23% | 0.75% | - |
| XYZ | 44.99 | 49.28 | 34.74 | - |
| YUV | 184.52 | 106.83 | 133.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 188 | 147 | 0 | 0.02 | 0.23 | 0.25 | 54.67 | 0.26 | 0.66 |
| Hex | C0 | BC | 93 | 0 | 2 | 17 | 19 | 37 | 1A | 42 |
| Octal | 300 | 274 | 223 | 0 | 2 | 27 | 31 | 67 | 32 | 102 |
| Binary | 11000000 | 10111100 | 10010011 | 0 | 10 | 10111 | 11001 | 110111 | 11010 | 1000010 |
Color Harmonies of #C0BC93
Complementary color
Monochromatic Colors of #C0BC93
Black with #C0BC93
Text Example
Text Example
White with #C0BC93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BC93; }
p { color: rgb(192,188,147); }
H1.HeaderClassName
{
color: #C0BC93;
}
.AnyTagClassName
{
color: #C0BC93;
}
</style>
background-color css
<style>
a { background-color: #C0BC93; }
a { background-color: rgb(192,188,147); }
div.DivClassName
{
background-color: #C0BC93;
}
.BgClassName
{
background-color: #C0BC93;
}
</style>
border-color css
<style>
span { border-color: #C0BC93; }
span { border-color: rgb(192,188,147); }
td.TdClassName
{
border-color: #C0BC93;
}
.TagClassName
{
border-color: #C0BC93;
}
</style>