Shades of Coriander #C6BE8E
Tints of Coriander #C6BE8E
RGB
CMYK
RGB Variations
Color information
#C6BE8E (or 0xC6BE8E) is known color: Coriander. HEX triplet: C6, BE and 8E. RGB value is (198,190,142). Sum of RGB (Red+Green+Blue) = 198+190+142=530 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.36% from 530); Green value is 190 (74.61% from 255 or 35.85% from 530); Blue value is 142 (55.86% from 255 or 26.79% from 530); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BE8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6BE8E is #394171. Grayscale: #BBBBBB. Windows color (decimal): -3752306 or 9354950. OLE color: 9354950.
HSL color Cylindrical-coordinate representation of color #C6BE8E: hue angle of 51.43º 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 #C6BE8E is Cyan = 0, Magento = 0.04, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 190 | 142 | - |
| CMYK | 0 | 0.04 | 0.28 | 0.22 |
| HSL | 51.43º | 0.33% | 0.67% | - |
| HSV(B) | 51.43º | 0.28% | 0.78% | - |
| XYZ | 46.58 | 50.79 | 32.94 | - |
| YUV | 186.92 | 102.65 | 135.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 190 | 142 | 0 | 0.04 | 0.28 | 0.22 | 51.43 | 0.33 | 0.67 |
| Hex | C6 | BE | 8E | 0 | 4 | 1C | 16 | 33 | 21 | 43 |
| Octal | 306 | 276 | 216 | 0 | 4 | 34 | 26 | 63 | 41 | 103 |
| Binary | 11000110 | 10111110 | 10001110 | 0 | 100 | 11100 | 10110 | 110011 | 100001 | 1000011 |
Color Harmonies of #C6BE8E
Complementary color
Monochromatic Colors of #C6BE8E
Black with #C6BE8E
Text Example
Text Example
White with #C6BE8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BE8E; }
p { color: rgb(198,190,142); }
H1.HeaderClassName
{
color: #C6BE8E;
}
.AnyTagClassName
{
color: #C6BE8E;
}
</style>
background-color css
<style>
a { background-color: #C6BE8E; }
a { background-color: rgb(198,190,142); }
div.DivClassName
{
background-color: #C6BE8E;
}
.BgClassName
{
background-color: #C6BE8E;
}
</style>
border-color css
<style>
span { border-color: #C6BE8E; }
span { border-color: rgb(198,190,142); }
td.TdClassName
{
border-color: #C6BE8E;
}
.TagClassName
{
border-color: #C6BE8E;
}
</style>