Shades of Coriander #C1BA97
Tints of Coriander #C1BA97
RGB
CMYK
RGB Variations
Color information
#C1BA97 (or 0xC1BA97) is known color: Coriander. HEX triplet: C1, BA and 97. RGB value is (193,186,151). Sum of RGB (Red+Green+Blue) = 193+186+151=530 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.42% from 530); Green value is 186 (73.05% from 255 or 35.09% from 530); Blue value is 151 (59.38% from 255 or 28.49% from 530); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BA97 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1BA97 is #3E4568. Grayscale: #B8B8B8. Windows color (decimal): -4081001 or 9943745. OLE color: 9943745.
HSL color Cylindrical-coordinate representation of color #C1BA97: hue angle of 50º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C1BA97 is Cyan = 0, Magento = 0.04, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 186 | 151 | - |
| CMYK | 0 | 0.04 | 0.22 | 0.24 |
| HSL | 50º | 0.25% | 0.67% | - |
| HSV(B) | 50º | 0.22% | 0.76% | - |
| XYZ | 45.14 | 48.69 | 36.3 | - |
| YUV | 184.1 | 109.32 | 134.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 186 | 151 | 0 | 0.04 | 0.22 | 0.24 | 50 | 0.25 | 0.67 |
| Hex | C1 | BA | 97 | 0 | 4 | 16 | 18 | 32 | 19 | 43 |
| Octal | 301 | 272 | 227 | 0 | 4 | 26 | 30 | 62 | 31 | 103 |
| Binary | 11000001 | 10111010 | 10010111 | 0 | 100 | 10110 | 11000 | 110010 | 11001 | 1000011 |
Color Harmonies of #C1BA97
Complementary color
Monochromatic Colors of #C1BA97
Black with #C1BA97
Text Example
Text Example
White with #C1BA97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BA97; }
p { color: rgb(193,186,151); }
H1.HeaderClassName
{
color: #C1BA97;
}
.AnyTagClassName
{
color: #C1BA97;
}
</style>
background-color css
<style>
a { background-color: #C1BA97; }
a { background-color: rgb(193,186,151); }
div.DivClassName
{
background-color: #C1BA97;
}
.BgClassName
{
background-color: #C1BA97;
}
</style>
border-color css
<style>
span { border-color: #C1BA97; }
span { border-color: rgb(193,186,151); }
td.TdClassName
{
border-color: #C1BA97;
}
.TagClassName
{
border-color: #C1BA97;
}
</style>