Shades of Coriander #C6BC90
Tints of Coriander #C6BC90
RGB
CMYK
RGB Variations
Color information
#C6BC90 (or 0xC6BC90) is known color: Coriander. HEX triplet: C6, BC and 90. RGB value is (198,188,144). Sum of RGB (Red+Green+Blue) = 198+188+144=530 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.36% from 530); Green value is 188 (73.83% from 255 or 35.47% from 530); Blue value is 144 (56.64% from 255 or 27.17% from 530); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BC90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6BC90 is #39436F. Grayscale: #BABABA. Windows color (decimal): -3752816 or 9485510. OLE color: 9485510.
HSL color Cylindrical-coordinate representation of color #C6BC90: hue angle of 48.89º degrees, saturation: 0.32, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C6BC90 is Cyan = 0, Magento = 0.05, Yellow = 0.27 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 188 | 144 | - |
| CMYK | 0 | 0.05 | 0.27 | 0.22 |
| HSL | 48.89º | 0.32% | 0.67% | - |
| HSV(B) | 48.89º | 0.27% | 0.78% | - |
| XYZ | 46.31 | 49.99 | 33.59 | - |
| YUV | 185.97 | 104.31 | 136.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 188 | 144 | 0 | 0.05 | 0.27 | 0.22 | 48.89 | 0.32 | 0.67 |
| Hex | C6 | BC | 90 | 0 | 5 | 1B | 16 | 31 | 20 | 43 |
| Octal | 306 | 274 | 220 | 0 | 5 | 33 | 26 | 61 | 40 | 103 |
| Binary | 11000110 | 10111100 | 10010000 | 0 | 101 | 11011 | 10110 | 110001 | 100000 | 1000011 |
Color Harmonies of #C6BC90
Complementary color
Monochromatic Colors of #C6BC90
Black with #C6BC90
Text Example
Text Example
White with #C6BC90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BC90; }
p { color: rgb(198,188,144); }
H1.HeaderClassName
{
color: #C6BC90;
}
.AnyTagClassName
{
color: #C6BC90;
}
</style>
background-color css
<style>
a { background-color: #C6BC90; }
a { background-color: rgb(198,188,144); }
div.DivClassName
{
background-color: #C6BC90;
}
.BgClassName
{
background-color: #C6BC90;
}
</style>
border-color css
<style>
span { border-color: #C6BC90; }
span { border-color: rgb(198,188,144); }
td.TdClassName
{
border-color: #C6BC90;
}
.TagClassName
{
border-color: #C6BC90;
}
</style>