Shades of Coriander #C1B988
Tints of Coriander #C1B988
RGB
CMYK
RGB Variations
Color information
#C1B988 (or 0xC1B988) is known color: Coriander. HEX triplet: C1, B9 and 88. RGB value is (193,185,136). Sum of RGB (Red+Green+Blue) = 193+185+136=514 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.55% from 514); Green value is 185 (72.66% from 255 or 35.99% from 514); Blue value is 136 (53.52% from 255 or 26.46% from 514); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B988 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1B988 is #3E4677. Grayscale: #B6B6B6. Windows color (decimal): -4081272 or 8960449. OLE color: 8960449.
HSL color Cylindrical-coordinate representation of color #C1B988: hue angle of 51.58º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C1B988 is Cyan = 0, Magento = 0.04, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 185 | 136 | - |
| CMYK | 0 | 0.04 | 0.30 | 0.24 |
| HSL | 51.58º | 0.31% | 0.65% | - |
| HSV(B) | 51.58º | 0.3% | 0.76% | - |
| XYZ | 43.79 | 47.81 | 30.21 | - |
| YUV | 181.81 | 102.15 | 135.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 185 | 136 | 0 | 0.04 | 0.30 | 0.24 | 51.58 | 0.31 | 0.65 |
| Hex | C1 | B9 | 88 | 0 | 4 | 1E | 18 | 34 | 1F | 41 |
| Octal | 301 | 271 | 210 | 0 | 4 | 36 | 30 | 64 | 37 | 101 |
| Binary | 11000001 | 10111001 | 10001000 | 0 | 100 | 11110 | 11000 | 110100 | 11111 | 1000001 |
Color Harmonies of #C1B988
Complementary color
Monochromatic Colors of #C1B988
Black with #C1B988
Text Example
Text Example
White with #C1B988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1B988; }
p { color: rgb(193,185,136); }
H1.HeaderClassName
{
color: #C1B988;
}
.AnyTagClassName
{
color: #C1B988;
}
</style>
background-color css
<style>
a { background-color: #C1B988; }
a { background-color: rgb(193,185,136); }
div.DivClassName
{
background-color: #C1B988;
}
.BgClassName
{
background-color: #C1B988;
}
</style>
border-color css
<style>
span { border-color: #C1B988; }
span { border-color: rgb(193,185,136); }
td.TdClassName
{
border-color: #C1B988;
}
.TagClassName
{
border-color: #C1B988;
}
</style>