Shades of Coriander #C2BB8D
Tints of Coriander #C2BB8D
RGB
CMYK
RGB Variations
Color information
#C2BB8D (or 0xC2BB8D) is known color: Coriander. HEX triplet: C2, BB and 8D. RGB value is (194,187,141). Sum of RGB (Red+Green+Blue) = 194+187+141=522 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.16% from 522); Green value is 187 (73.44% from 255 or 35.82% from 522); Blue value is 141 (55.47% from 255 or 27.01% from 522); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BB8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BB8D is #3D4472. Grayscale: #B8B8B8. Windows color (decimal): -4015219 or 9288642. OLE color: 9288642.
HSL color Cylindrical-coordinate representation of color #C2BB8D: hue angle of 52.08º 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 #C2BB8D is Cyan = 0, Magento = 0.04, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 187 | 141 | - |
| CMYK | 0 | 0.04 | 0.27 | 0.24 |
| HSL | 52.08º | 0.3% | 0.66% | - |
| HSV(B) | 52.08º | 0.27% | 0.76% | - |
| XYZ | 44.83 | 48.93 | 32.28 | - |
| YUV | 183.85 | 103.82 | 135.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 187 | 141 | 0 | 0.04 | 0.27 | 0.24 | 52.08 | 0.3 | 0.66 |
| Hex | C2 | BB | 8D | 0 | 4 | 1B | 18 | 34 | 1E | 42 |
| Octal | 302 | 273 | 215 | 0 | 4 | 33 | 30 | 64 | 36 | 102 |
| Binary | 11000010 | 10111011 | 10001101 | 0 | 100 | 11011 | 11000 | 110100 | 11110 | 1000010 |
Color Harmonies of #C2BB8D
Complementary color
Monochromatic Colors of #C2BB8D
Black with #C2BB8D
Text Example
Text Example
White with #C2BB8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BB8D; }
p { color: rgb(194,187,141); }
H1.HeaderClassName
{
color: #C2BB8D;
}
.AnyTagClassName
{
color: #C2BB8D;
}
</style>
background-color css
<style>
a { background-color: #C2BB8D; }
a { background-color: rgb(194,187,141); }
div.DivClassName
{
background-color: #C2BB8D;
}
.BgClassName
{
background-color: #C2BB8D;
}
</style>
border-color css
<style>
span { border-color: #C2BB8D; }
span { border-color: rgb(194,187,141); }
td.TdClassName
{
border-color: #C2BB8D;
}
.TagClassName
{
border-color: #C2BB8D;
}
</style>