Shades of Coriander #C2BD8D
Tints of Coriander #C2BD8D
RGB
CMYK
RGB Variations
Color information
#C2BD8D (or 0xC2BD8D) is known color: Coriander. HEX triplet: C2, BD and 8D. RGB value is (194,189,141). Sum of RGB (Red+Green+Blue) = 194+189+141=524 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.02% from 524); Green value is 189 (74.22% from 255 or 36.07% from 524); Blue value is 141 (55.47% from 255 or 26.91% from 524); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BD8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BD8D is #3D4272. Grayscale: #B9B9B9. Windows color (decimal): -4014707 or 9289154. OLE color: 9289154.
HSL color Cylindrical-coordinate representation of color #C2BD8D: hue angle of 54.34º 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 #C2BD8D is Cyan = 0, Magento = 0.03, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 189 | 141 | - |
| CMYK | 0 | 0.03 | 0.27 | 0.24 |
| HSL | 54.34º | 0.3% | 0.66% | - |
| HSV(B) | 54.34º | 0.27% | 0.76% | - |
| XYZ | 45.25 | 49.79 | 32.42 | - |
| YUV | 185.02 | 103.16 | 134.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 189 | 141 | 0 | 0.03 | 0.27 | 0.24 | 54.34 | 0.3 | 0.66 |
| Hex | C2 | BD | 8D | 0 | 3 | 1B | 18 | 36 | 1E | 42 |
| Octal | 302 | 275 | 215 | 0 | 3 | 33 | 30 | 66 | 36 | 102 |
| Binary | 11000010 | 10111101 | 10001101 | 0 | 11 | 11011 | 11000 | 110110 | 11110 | 1000010 |
Color Harmonies of #C2BD8D
Complementary color
Monochromatic Colors of #C2BD8D
Black with #C2BD8D
Text Example
Text Example
White with #C2BD8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BD8D; }
p { color: rgb(194,189,141); }
H1.HeaderClassName
{
color: #C2BD8D;
}
.AnyTagClassName
{
color: #C2BD8D;
}
</style>
background-color css
<style>
a { background-color: #C2BD8D; }
a { background-color: rgb(194,189,141); }
div.DivClassName
{
background-color: #C2BD8D;
}
.BgClassName
{
background-color: #C2BD8D;
}
</style>
border-color css
<style>
span { border-color: #C2BD8D; }
span { border-color: rgb(194,189,141); }
td.TdClassName
{
border-color: #C2BD8D;
}
.TagClassName
{
border-color: #C2BD8D;
}
</style>