Shades of Coriander #C6BD90
Tints of Coriander #C6BD90
RGB
CMYK
RGB Variations
Color information
#C6BD90 (or 0xC6BD90) is known color: Coriander. HEX triplet: C6, BD and 90. RGB value is (198,189,144). Sum of RGB (Red+Green+Blue) = 198+189+144=531 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.29% from 531); Green value is 189 (74.22% from 255 or 35.59% from 531); Blue value is 144 (56.64% from 255 or 27.12% from 531); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BD90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6BD90 is #39426F. Grayscale: #BABABA. Windows color (decimal): -3752560 or 9485766. OLE color: 9485766.
HSL color Cylindrical-coordinate representation of color #C6BD90: hue angle of 50º 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 #C6BD90 is Cyan = 0, Magento = 0.05, Yellow = 0.27 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 189 | 144 | - |
| CMYK | 0 | 0.05 | 0.27 | 0.22 |
| HSL | 50º | 0.32% | 0.67% | - |
| HSV(B) | 50º | 0.27% | 0.78% | - |
| XYZ | 46.52 | 50.41 | 33.66 | - |
| YUV | 186.56 | 103.98 | 136.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 189 | 144 | 0 | 0.05 | 0.27 | 0.22 | 50 | 0.32 | 0.67 |
| Hex | C6 | BD | 90 | 0 | 5 | 1B | 16 | 32 | 20 | 43 |
| Octal | 306 | 275 | 220 | 0 | 5 | 33 | 26 | 62 | 40 | 103 |
| Binary | 11000110 | 10111101 | 10010000 | 0 | 101 | 11011 | 10110 | 110010 | 100000 | 1000011 |
Color Harmonies of #C6BD90
Complementary color
Monochromatic Colors of #C6BD90
Black with #C6BD90
Text Example
Text Example
White with #C6BD90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BD90; }
p { color: rgb(198,189,144); }
H1.HeaderClassName
{
color: #C6BD90;
}
.AnyTagClassName
{
color: #C6BD90;
}
</style>
background-color css
<style>
a { background-color: #C6BD90; }
a { background-color: rgb(198,189,144); }
div.DivClassName
{
background-color: #C6BD90;
}
.BgClassName
{
background-color: #C6BD90;
}
</style>
border-color css
<style>
span { border-color: #C6BD90; }
span { border-color: rgb(198,189,144); }
td.TdClassName
{
border-color: #C6BD90;
}
.TagClassName
{
border-color: #C6BD90;
}
</style>