Shades of Coriander #C0BC95
Tints of Coriander #C0BC95
RGB
CMYK
RGB Variations
Color information
#C0BC95 (or 0xC0BC95) is known color: Coriander. HEX triplet: C0, BC and 95. RGB value is (192,188,149). Sum of RGB (Red+Green+Blue) = 192+188+149=529 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.29% from 529); Green value is 188 (73.83% from 255 or 35.54% from 529); Blue value is 149 (58.59% from 255 or 28.17% from 529); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BC95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0BC95 is #3F436A. Grayscale: #B8B8B8. Windows color (decimal): -4146027 or 9813184. OLE color: 9813184.
HSL color Cylindrical-coordinate representation of color #C0BC95: hue angle of 54.42º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C0BC95 is Cyan = 0, Magento = 0.02, Yellow = 0.22 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 188 | 149 | - |
| CMYK | 0 | 0.02 | 0.22 | 0.25 |
| HSL | 54.42º | 0.25% | 0.67% | - |
| HSV(B) | 54.42º | 0.22% | 0.75% | - |
| XYZ | 45.15 | 49.34 | 35.58 | - |
| YUV | 184.75 | 107.83 | 133.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 188 | 149 | 0 | 0.02 | 0.22 | 0.25 | 54.42 | 0.25 | 0.67 |
| Hex | C0 | BC | 95 | 0 | 2 | 16 | 19 | 36 | 19 | 43 |
| Octal | 300 | 274 | 225 | 0 | 2 | 26 | 31 | 66 | 31 | 103 |
| Binary | 11000000 | 10111100 | 10010101 | 0 | 10 | 10110 | 11001 | 110110 | 11001 | 1000011 |
Color Harmonies of #C0BC95
Complementary color
Monochromatic Colors of #C0BC95
Black with #C0BC95
Text Example
Text Example
White with #C0BC95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BC95; }
p { color: rgb(192,188,149); }
H1.HeaderClassName
{
color: #C0BC95;
}
.AnyTagClassName
{
color: #C0BC95;
}
</style>
background-color css
<style>
a { background-color: #C0BC95; }
a { background-color: rgb(192,188,149); }
div.DivClassName
{
background-color: #C0BC95;
}
.BgClassName
{
background-color: #C0BC95;
}
</style>
border-color css
<style>
span { border-color: #C0BC95; }
span { border-color: rgb(192,188,149); }
td.TdClassName
{
border-color: #C0BC95;
}
.TagClassName
{
border-color: #C0BC95;
}
</style>