Shades of Coriander #C2BD8E
Tints of Coriander #C2BD8E
RGB
CMYK
RGB Variations
Color information
#C2BD8E (or 0xC2BD8E) is known color: Coriander. HEX triplet: C2, BD and 8E. RGB value is (194,189,142). Sum of RGB (Red+Green+Blue) = 194+189+142=525 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.95% from 525); Green value is 189 (74.22% from 255 or 36% from 525); Blue value is 142 (55.86% from 255 or 27.05% from 525); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BD8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BD8E is #3D4271. Grayscale: #B9B9B9. Windows color (decimal): -4014706 or 9354690. OLE color: 9354690.
HSL color Cylindrical-coordinate representation of color #C2BD8E: hue angle of 54.23º 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 #C2BD8E is Cyan = 0, Magento = 0.03, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 189 | 142 | - |
| CMYK | 0 | 0.03 | 0.27 | 0.24 |
| HSL | 54.23º | 0.3% | 0.66% | - |
| HSV(B) | 54.23º | 0.27% | 0.76% | - |
| XYZ | 45.33 | 49.82 | 32.82 | - |
| YUV | 185.14 | 103.66 | 134.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 189 | 142 | 0 | 0.03 | 0.27 | 0.24 | 54.23 | 0.3 | 0.66 |
| Hex | C2 | BD | 8E | 0 | 3 | 1B | 18 | 36 | 1E | 42 |
| Octal | 302 | 275 | 216 | 0 | 3 | 33 | 30 | 66 | 36 | 102 |
| Binary | 11000010 | 10111101 | 10001110 | 0 | 11 | 11011 | 11000 | 110110 | 11110 | 1000010 |
Color Harmonies of #C2BD8E
Complementary color
Monochromatic Colors of #C2BD8E
Black with #C2BD8E
Text Example
Text Example
White with #C2BD8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BD8E; }
p { color: rgb(194,189,142); }
H1.HeaderClassName
{
color: #C2BD8E;
}
.AnyTagClassName
{
color: #C2BD8E;
}
</style>
background-color css
<style>
a { background-color: #C2BD8E; }
a { background-color: rgb(194,189,142); }
div.DivClassName
{
background-color: #C2BD8E;
}
.BgClassName
{
background-color: #C2BD8E;
}
</style>
border-color css
<style>
span { border-color: #C2BD8E; }
span { border-color: rgb(194,189,142); }
td.TdClassName
{
border-color: #C2BD8E;
}
.TagClassName
{
border-color: #C2BD8E;
}
</style>