Shades of Coriander #C6C090
Tints of Coriander #C6C090
RGB
CMYK
RGB Variations
Color information
#C6C090 (or 0xC6C090) is known color: Coriander. HEX triplet: C6, C0 and 90. RGB value is (198,192,144). Sum of RGB (Red+Green+Blue) = 198+192+144=534 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.08% from 534); Green value is 192 (75.39% from 255 or 35.96% from 534); Blue value is 144 (56.64% from 255 or 26.97% from 534); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C090 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6C090 is #393F6F. Grayscale: #BCBCBC. Windows color (decimal): -3751792 or 9486534. OLE color: 9486534.
HSL color Cylindrical-coordinate representation of color #C6C090: hue angle of 53.33º 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 #C6C090 is Cyan = 0, Magento = 0.03, Yellow = 0.27 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 192 | 144 | - |
| CMYK | 0 | 0.03 | 0.27 | 0.22 |
| HSL | 53.33º | 0.32% | 0.67% | - |
| HSV(B) | 53.33º | 0.27% | 0.78% | - |
| XYZ | 47.17 | 51.72 | 33.88 | - |
| YUV | 188.32 | 102.99 | 134.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 192 | 144 | 0 | 0.03 | 0.27 | 0.22 | 53.33 | 0.32 | 0.67 |
| Hex | C6 | C0 | 90 | 0 | 3 | 1B | 16 | 35 | 20 | 43 |
| Octal | 306 | 300 | 220 | 0 | 3 | 33 | 26 | 65 | 40 | 103 |
| Binary | 11000110 | 11000000 | 10010000 | 0 | 11 | 11011 | 10110 | 110101 | 100000 | 1000011 |
Color Harmonies of #C6C090
Complementary color
Monochromatic Colors of #C6C090
Black with #C6C090
Text Example
Text Example
White with #C6C090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C090; }
p { color: rgb(198,192,144); }
H1.HeaderClassName
{
color: #C6C090;
}
.AnyTagClassName
{
color: #C6C090;
}
</style>
background-color css
<style>
a { background-color: #C6C090; }
a { background-color: rgb(198,192,144); }
div.DivClassName
{
background-color: #C6C090;
}
.BgClassName
{
background-color: #C6C090;
}
</style>
border-color css
<style>
span { border-color: #C6C090; }
span { border-color: rgb(198,192,144); }
td.TdClassName
{
border-color: #C6C090;
}
.TagClassName
{
border-color: #C6C090;
}
</style>