Shades of Coriander #C2B68E
Tints of Coriander #C2B68E
RGB
CMYK
RGB Variations
Color information
#C2B68E (or 0xC2B68E) is known color: Coriander. HEX triplet: C2, B6 and 8E. RGB value is (194,182,142). Sum of RGB (Red+Green+Blue) = 194+182+142=518 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.45% from 518); Green value is 182 (71.48% from 255 or 35.14% from 518); Blue value is 142 (55.86% from 255 or 27.41% from 518); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B68E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2B68E is #3D4971. Grayscale: #B5B5B5. Windows color (decimal): -4016498 or 9352898. OLE color: 9352898.
HSL color Cylindrical-coordinate representation of color #C2B68E: hue angle of 46.15º degrees, saturation: 0.3, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C2B68E is Cyan = 0, Magento = 0.06, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 182 | 142 | - |
| CMYK | 0 | 0.06 | 0.27 | 0.24 |
| HSL | 46.15º | 0.3% | 0.66% | - |
| HSV(B) | 46.15º | 0.27% | 0.76% | - |
| XYZ | 43.86 | 46.88 | 32.33 | - |
| YUV | 181.03 | 105.98 | 137.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 182 | 142 | 0 | 0.06 | 0.27 | 0.24 | 46.15 | 0.3 | 0.66 |
| Hex | C2 | B6 | 8E | 0 | 6 | 1B | 18 | 2E | 1E | 42 |
| Octal | 302 | 266 | 216 | 0 | 6 | 33 | 30 | 56 | 36 | 102 |
| Binary | 11000010 | 10110110 | 10001110 | 0 | 110 | 11011 | 11000 | 101110 | 11110 | 1000010 |
Color Harmonies of #C2B68E
Complementary color
Monochromatic Colors of #C2B68E
Black with #C2B68E
Text Example
Text Example
White with #C2B68E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B68E; }
p { color: rgb(194,182,142); }
H1.HeaderClassName
{
color: #C2B68E;
}
.AnyTagClassName
{
color: #C2B68E;
}
</style>
background-color css
<style>
a { background-color: #C2B68E; }
a { background-color: rgb(194,182,142); }
div.DivClassName
{
background-color: #C2B68E;
}
.BgClassName
{
background-color: #C2B68E;
}
</style>
border-color css
<style>
span { border-color: #C2B68E; }
span { border-color: rgb(194,182,142); }
td.TdClassName
{
border-color: #C2B68E;
}
.TagClassName
{
border-color: #C2B68E;
}
</style>