Shades of Coriander #C6C096
Tints of Coriander #C6C096
RGB
CMYK
RGB Variations
Color information
#C6C096 (or 0xC6C096) is known color: Coriander. HEX triplet: C6, C0 and 96. RGB value is (198,192,150). Sum of RGB (Red+Green+Blue) = 198+192+150=540 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.67% from 540); Green value is 192 (75.39% from 255 or 35.56% from 540); Blue value is 150 (58.98% from 255 or 27.78% from 540); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C096 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6C096 is #393F69. Grayscale: #BDBDBD. Windows color (decimal): -3751786 or 9879750. OLE color: 9879750.
HSL color Cylindrical-coordinate representation of color #C6C096: hue angle of 52.5º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C6C096 is Cyan = 0, Magento = 0.03, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 192 | 150 | - |
| CMYK | 0 | 0.03 | 0.24 | 0.22 |
| HSL | 52.5º | 0.3% | 0.68% | - |
| HSV(B) | 52.5º | 0.24% | 0.78% | - |
| XYZ | 47.64 | 51.91 | 36.36 | - |
| YUV | 189.01 | 105.99 | 134.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 192 | 150 | 0 | 0.03 | 0.24 | 0.22 | 52.5 | 0.3 | 0.68 |
| Hex | C6 | C0 | 96 | 0 | 3 | 18 | 16 | 34 | 1E | 44 |
| Octal | 306 | 300 | 226 | 0 | 3 | 30 | 26 | 64 | 36 | 104 |
| Binary | 11000110 | 11000000 | 10010110 | 0 | 11 | 11000 | 10110 | 110100 | 11110 | 1000100 |
Color Harmonies of #C6C096
Complementary color
Monochromatic Colors of #C6C096
Black with #C6C096
Text Example
Text Example
White with #C6C096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C096; }
p { color: rgb(198,192,150); }
H1.HeaderClassName
{
color: #C6C096;
}
.AnyTagClassName
{
color: #C6C096;
}
</style>
background-color css
<style>
a { background-color: #C6C096; }
a { background-color: rgb(198,192,150); }
div.DivClassName
{
background-color: #C6C096;
}
.BgClassName
{
background-color: #C6C096;
}
</style>
border-color css
<style>
span { border-color: #C6C096; }
span { border-color: rgb(198,192,150); }
td.TdClassName
{
border-color: #C6C096;
}
.TagClassName
{
border-color: #C6C096;
}
</style>