Shades of Coriander #C1BB8D
Tints of Coriander #C1BB8D
RGB
CMYK
RGB Variations
Color information
#C1BB8D (or 0xC1BB8D) is known color: Coriander. HEX triplet: C1, BB and 8D. RGB value is (193,187,141). Sum of RGB (Red+Green+Blue) = 193+187+141=521 (69% of max value = 765). Red value is 193 (75.78% from 255 or 37.04% from 521); Green value is 187 (73.44% from 255 or 35.89% from 521); Blue value is 141 (55.47% from 255 or 27.06% from 521); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BB8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1BB8D is #3E4472. Grayscale: #B7B7B7. Windows color (decimal): -4080755 or 9288641. OLE color: 9288641.
HSL color Cylindrical-coordinate representation of color #C1BB8D: hue angle of 53.08º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C1BB8D is Cyan = 0, Magento = 0.03, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 187 | 141 | - |
| CMYK | 0 | 0.03 | 0.27 | 0.24 |
| HSL | 53.08º | 0.3% | 0.65% | - |
| HSV(B) | 53.08º | 0.27% | 0.76% | - |
| XYZ | 44.57 | 48.8 | 32.27 | - |
| YUV | 183.55 | 103.99 | 134.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 187 | 141 | 0 | 0.03 | 0.27 | 0.24 | 53.08 | 0.3 | 0.65 |
| Hex | C1 | BB | 8D | 0 | 3 | 1B | 18 | 35 | 1E | 41 |
| Octal | 301 | 273 | 215 | 0 | 3 | 33 | 30 | 65 | 36 | 101 |
| Binary | 11000001 | 10111011 | 10001101 | 0 | 11 | 11011 | 11000 | 110101 | 11110 | 1000001 |
Color Harmonies of #C1BB8D
Complementary color
Monochromatic Colors of #C1BB8D
Black with #C1BB8D
Text Example
Text Example
White with #C1BB8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BB8D; }
p { color: rgb(193,187,141); }
H1.HeaderClassName
{
color: #C1BB8D;
}
.AnyTagClassName
{
color: #C1BB8D;
}
</style>
background-color css
<style>
a { background-color: #C1BB8D; }
a { background-color: rgb(193,187,141); }
div.DivClassName
{
background-color: #C1BB8D;
}
.BgClassName
{
background-color: #C1BB8D;
}
</style>
border-color css
<style>
span { border-color: #C1BB8D; }
span { border-color: rgb(193,187,141); }
td.TdClassName
{
border-color: #C1BB8D;
}
.TagClassName
{
border-color: #C1BB8D;
}
</style>