Shades of Coriander #C1BA95
Tints of Coriander #C1BA95
RGB
CMYK
RGB Variations
Color information
#C1BA95 (or 0xC1BA95) is known color: Coriander. HEX triplet: C1, BA and 95. RGB value is (193,186,149). Sum of RGB (Red+Green+Blue) = 193+186+149=528 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.55% from 528); Green value is 186 (73.05% from 255 or 35.23% from 528); Blue value is 149 (58.59% from 255 or 28.22% from 528); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BA95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1BA95 is #3E456A. Grayscale: #B8B8B8. Windows color (decimal): -4081003 or 9812673. OLE color: 9812673.
HSL color Cylindrical-coordinate representation of color #C1BA95: hue angle of 50.45º degrees, saturation: 0.26, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C1BA95 is Cyan = 0, Magento = 0.04, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 186 | 149 | - |
| CMYK | 0 | 0.04 | 0.23 | 0.24 |
| HSL | 50.45º | 0.26% | 0.67% | - |
| HSV(B) | 50.45º | 0.23% | 0.76% | - |
| XYZ | 44.98 | 48.63 | 35.45 | - |
| YUV | 183.88 | 108.32 | 134.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 186 | 149 | 0 | 0.04 | 0.23 | 0.24 | 50.45 | 0.26 | 0.67 |
| Hex | C1 | BA | 95 | 0 | 4 | 17 | 18 | 32 | 1A | 43 |
| Octal | 301 | 272 | 225 | 0 | 4 | 27 | 30 | 62 | 32 | 103 |
| Binary | 11000001 | 10111010 | 10010101 | 0 | 100 | 10111 | 11000 | 110010 | 11010 | 1000011 |
Color Harmonies of #C1BA95
Complementary color
Monochromatic Colors of #C1BA95
Black with #C1BA95
Text Example
Text Example
White with #C1BA95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BA95; }
p { color: rgb(193,186,149); }
H1.HeaderClassName
{
color: #C1BA95;
}
.AnyTagClassName
{
color: #C1BA95;
}
</style>
background-color css
<style>
a { background-color: #C1BA95; }
a { background-color: rgb(193,186,149); }
div.DivClassName
{
background-color: #C1BA95;
}
.BgClassName
{
background-color: #C1BA95;
}
</style>
border-color css
<style>
span { border-color: #C1BA95; }
span { border-color: rgb(193,186,149); }
td.TdClassName
{
border-color: #C1BA95;
}
.TagClassName
{
border-color: #C1BA95;
}
</style>