Shades of Coriander #C1B997
Tints of Coriander #C1B997
RGB
CMYK
RGB Variations
Color information
#C1B997 (or 0xC1B997) is known color: Coriander. HEX triplet: C1, B9 and 97. RGB value is (193,185,151). Sum of RGB (Red+Green+Blue) = 193+185+151=529 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.48% from 529); Green value is 185 (72.66% from 255 or 34.97% from 529); Blue value is 151 (59.38% from 255 or 28.54% from 529); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B997 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1B997 is #3E4668. Grayscale: #B7B7B7. Windows color (decimal): -4081257 or 9943489. OLE color: 9943489.
HSL color Cylindrical-coordinate representation of color #C1B997: hue angle of 48.57º 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 #C1B997 is Cyan = 0, Magento = 0.04, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 185 | 151 | - |
| CMYK | 0 | 0.04 | 0.22 | 0.24 |
| HSL | 48.57º | 0.25% | 0.67% | - |
| HSV(B) | 48.57º | 0.22% | 0.76% | - |
| XYZ | 44.93 | 48.27 | 36.23 | - |
| YUV | 183.52 | 109.65 | 134.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 185 | 151 | 0 | 0.04 | 0.22 | 0.24 | 48.57 | 0.25 | 0.67 |
| Hex | C1 | B9 | 97 | 0 | 4 | 16 | 18 | 31 | 19 | 43 |
| Octal | 301 | 271 | 227 | 0 | 4 | 26 | 30 | 61 | 31 | 103 |
| Binary | 11000001 | 10111001 | 10010111 | 0 | 100 | 10110 | 11000 | 110001 | 11001 | 1000011 |
Color Harmonies of #C1B997
Complementary color
Monochromatic Colors of #C1B997
Black with #C1B997
Text Example
Text Example
White with #C1B997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1B997; }
p { color: rgb(193,185,151); }
H1.HeaderClassName
{
color: #C1B997;
}
.AnyTagClassName
{
color: #C1B997;
}
</style>
background-color css
<style>
a { background-color: #C1B997; }
a { background-color: rgb(193,185,151); }
div.DivClassName
{
background-color: #C1B997;
}
.BgClassName
{
background-color: #C1B997;
}
</style>
border-color css
<style>
span { border-color: #C1B997; }
span { border-color: rgb(193,185,151); }
td.TdClassName
{
border-color: #C1B997;
}
.TagClassName
{
border-color: #C1B997;
}
</style>