Shades of Coriander #C6C093
Tints of Coriander #C6C093
RGB
CMYK
RGB Variations
Color information
#C6C093 (or 0xC6C093) is known color: Coriander. HEX triplet: C6, C0 and 93. RGB value is (198,192,147). Sum of RGB (Red+Green+Blue) = 198+192+147=537 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.87% from 537); Green value is 192 (75.39% from 255 or 35.75% from 537); Blue value is 147 (57.81% from 255 or 27.37% from 537); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C093 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6C093 is #393F6C. Grayscale: #BCBCBC. Windows color (decimal): -3751789 or 9683142. OLE color: 9683142.
HSL color Cylindrical-coordinate representation of color #C6C093: hue angle of 52.94º degrees, saturation: 0.31, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C6C093 is Cyan = 0, Magento = 0.03, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 192 | 147 | - |
| CMYK | 0 | 0.03 | 0.26 | 0.22 |
| HSL | 52.94º | 0.31% | 0.68% | - |
| HSV(B) | 52.94º | 0.26% | 0.78% | - |
| XYZ | 47.4 | 51.81 | 35.11 | - |
| YUV | 188.66 | 104.49 | 134.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 192 | 147 | 0 | 0.03 | 0.26 | 0.22 | 52.94 | 0.31 | 0.68 |
| Hex | C6 | C0 | 93 | 0 | 3 | 1A | 16 | 35 | 1F | 44 |
| Octal | 306 | 300 | 223 | 0 | 3 | 32 | 26 | 65 | 37 | 104 |
| Binary | 11000110 | 11000000 | 10010011 | 0 | 11 | 11010 | 10110 | 110101 | 11111 | 1000100 |
Color Harmonies of #C6C093
Complementary color
Monochromatic Colors of #C6C093
Black with #C6C093
Text Example
Text Example
White with #C6C093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C093; }
p { color: rgb(198,192,147); }
H1.HeaderClassName
{
color: #C6C093;
}
.AnyTagClassName
{
color: #C6C093;
}
</style>
background-color css
<style>
a { background-color: #C6C093; }
a { background-color: rgb(198,192,147); }
div.DivClassName
{
background-color: #C6C093;
}
.BgClassName
{
background-color: #C6C093;
}
</style>
border-color css
<style>
span { border-color: #C6C093; }
span { border-color: rgb(198,192,147); }
td.TdClassName
{
border-color: #C6C093;
}
.TagClassName
{
border-color: #C6C093;
}
</style>