Shades of Coriander #C2B58D
Tints of Coriander #C2B58D
RGB
CMYK
RGB Variations
Color information
#C2B58D (or 0xC2B58D) is known color: Coriander. HEX triplet: C2, B5 and 8D. RGB value is (194,181,141). Sum of RGB (Red+Green+Blue) = 194+181+141=516 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.60% from 516); Green value is 181 (71.09% from 255 or 35.08% from 516); Blue value is 141 (55.47% from 255 or 27.33% from 516); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B58D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2B58D is #3D4A72. Grayscale: #B4B4B4. Windows color (decimal): -4016755 or 9287106. OLE color: 9287106.
HSL color Cylindrical-coordinate representation of color #C2B58D: hue angle of 45.28º 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 #C2B58D is Cyan = 0, Magento = 0.07, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 181 | 141 | - |
| CMYK | 0 | 0.07 | 0.27 | 0.24 |
| HSL | 45.28º | 0.3% | 0.66% | - |
| HSV(B) | 45.28º | 0.27% | 0.76% | - |
| XYZ | 43.58 | 46.44 | 31.87 | - |
| YUV | 180.33 | 105.81 | 137.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 181 | 141 | 0 | 0.07 | 0.27 | 0.24 | 45.28 | 0.3 | 0.66 |
| Hex | C2 | B5 | 8D | 0 | 7 | 1B | 18 | 2D | 1E | 42 |
| Octal | 302 | 265 | 215 | 0 | 7 | 33 | 30 | 55 | 36 | 102 |
| Binary | 11000010 | 10110101 | 10001101 | 0 | 111 | 11011 | 11000 | 101101 | 11110 | 1000010 |
Color Harmonies of #C2B58D
Complementary color
Monochromatic Colors of #C2B58D
Black with #C2B58D
Text Example
Text Example
White with #C2B58D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B58D; }
p { color: rgb(194,181,141); }
H1.HeaderClassName
{
color: #C2B58D;
}
.AnyTagClassName
{
color: #C2B58D;
}
</style>
background-color css
<style>
a { background-color: #C2B58D; }
a { background-color: rgb(194,181,141); }
div.DivClassName
{
background-color: #C2B58D;
}
.BgClassName
{
background-color: #C2B58D;
}
</style>
border-color css
<style>
span { border-color: #C2B58D; }
span { border-color: rgb(194,181,141); }
td.TdClassName
{
border-color: #C2B58D;
}
.TagClassName
{
border-color: #C2B58D;
}
</style>