Shades of Coriander #C0BC94
Tints of Coriander #C0BC94
RGB
CMYK
RGB Variations
Color information
#C0BC94 (or 0xC0BC94) is known color: Coriander. HEX triplet: C0, BC and 94. RGB value is (192,188,148). Sum of RGB (Red+Green+Blue) = 192+188+148=528 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.36% from 528); Green value is 188 (73.83% from 255 or 35.61% from 528); Blue value is 148 (58.20% from 255 or 28.03% from 528); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BC94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0BC94 is #3F436B. Grayscale: #B8B8B8. Windows color (decimal): -4146028 or 9747648. OLE color: 9747648.
HSL color Cylindrical-coordinate representation of color #C0BC94: hue angle of 54.55º degrees, saturation: 0.26, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C0BC94 is Cyan = 0, Magento = 0.02, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 188 | 148 | - |
| CMYK | 0 | 0.02 | 0.23 | 0.25 |
| HSL | 54.55º | 0.26% | 0.67% | - |
| HSV(B) | 54.55º | 0.23% | 0.75% | - |
| XYZ | 45.07 | 49.31 | 35.16 | - |
| YUV | 184.64 | 107.33 | 133.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 188 | 148 | 0 | 0.02 | 0.23 | 0.25 | 54.55 | 0.26 | 0.67 |
| Hex | C0 | BC | 94 | 0 | 2 | 17 | 19 | 37 | 1A | 43 |
| Octal | 300 | 274 | 224 | 0 | 2 | 27 | 31 | 67 | 32 | 103 |
| Binary | 11000000 | 10111100 | 10010100 | 0 | 10 | 10111 | 11001 | 110111 | 11010 | 1000011 |
Color Harmonies of #C0BC94
Complementary color
Monochromatic Colors of #C0BC94
Black with #C0BC94
Text Example
Text Example
White with #C0BC94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BC94; }
p { color: rgb(192,188,148); }
H1.HeaderClassName
{
color: #C0BC94;
}
.AnyTagClassName
{
color: #C0BC94;
}
</style>
background-color css
<style>
a { background-color: #C0BC94; }
a { background-color: rgb(192,188,148); }
div.DivClassName
{
background-color: #C0BC94;
}
.BgClassName
{
background-color: #C0BC94;
}
</style>
border-color css
<style>
span { border-color: #C0BC94; }
span { border-color: rgb(192,188,148); }
td.TdClassName
{
border-color: #C0BC94;
}
.TagClassName
{
border-color: #C0BC94;
}
</style>