Shades of Coriander #C6BD8E
Tints of Coriander #C6BD8E
RGB
CMYK
RGB Variations
Color information
#C6BD8E (or 0xC6BD8E) is known color: Coriander. HEX triplet: C6, BD and 8E. RGB value is (198,189,142). Sum of RGB (Red+Green+Blue) = 198+189+142=529 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.43% from 529); Green value is 189 (74.22% from 255 or 35.73% from 529); Blue value is 142 (55.86% from 255 or 26.84% from 529); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BD8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6BD8E is #394271. Grayscale: #BABABA. Windows color (decimal): -3752562 or 9354694. OLE color: 9354694.
HSL color Cylindrical-coordinate representation of color #C6BD8E: hue angle of 50.36º degrees, saturation: 0.33, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C6BD8E is Cyan = 0, Magento = 0.05, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 189 | 142 | - |
| CMYK | 0 | 0.05 | 0.28 | 0.22 |
| HSL | 50.36º | 0.33% | 0.67% | - |
| HSV(B) | 50.36º | 0.28% | 0.78% | - |
| XYZ | 46.37 | 50.35 | 32.87 | - |
| YUV | 186.33 | 102.98 | 136.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 189 | 142 | 0 | 0.05 | 0.28 | 0.22 | 50.36 | 0.33 | 0.67 |
| Hex | C6 | BD | 8E | 0 | 5 | 1C | 16 | 32 | 21 | 43 |
| Octal | 306 | 275 | 216 | 0 | 5 | 34 | 26 | 62 | 41 | 103 |
| Binary | 11000110 | 10111101 | 10001110 | 0 | 101 | 11100 | 10110 | 110010 | 100001 | 1000011 |
Color Harmonies of #C6BD8E
Complementary color
Monochromatic Colors of #C6BD8E
Black with #C6BD8E
Text Example
Text Example
White with #C6BD8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BD8E; }
p { color: rgb(198,189,142); }
H1.HeaderClassName
{
color: #C6BD8E;
}
.AnyTagClassName
{
color: #C6BD8E;
}
</style>
background-color css
<style>
a { background-color: #C6BD8E; }
a { background-color: rgb(198,189,142); }
div.DivClassName
{
background-color: #C6BD8E;
}
.BgClassName
{
background-color: #C6BD8E;
}
</style>
border-color css
<style>
span { border-color: #C6BD8E; }
span { border-color: rgb(198,189,142); }
td.TdClassName
{
border-color: #C6BD8E;
}
.TagClassName
{
border-color: #C6BD8E;
}
</style>