Shades of Coriander #C1B691
Tints of Coriander #C1B691
RGB
CMYK
RGB Variations
Color information
#C1B691 (or 0xC1B691) is known color: Coriander. HEX triplet: C1, B6 and 91. RGB value is (193,182,145). Sum of RGB (Red+Green+Blue) = 193+182+145=520 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.12% from 520); Green value is 182 (71.48% from 255 or 35% from 520); Blue value is 145 (57.03% from 255 or 27.88% from 520); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B691 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1B691 is #3E496E. Grayscale: #B5B5B5. Windows color (decimal): -4082031 or 9549505. OLE color: 9549505.
HSL color Cylindrical-coordinate representation of color #C1B691: hue angle of 46.25º degrees, saturation: 0.28, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C1B691 is Cyan = 0, Magento = 0.06, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 182 | 145 | - |
| CMYK | 0 | 0.06 | 0.25 | 0.24 |
| HSL | 46.25º | 0.28% | 0.66% | - |
| HSV(B) | 46.25º | 0.25% | 0.76% | - |
| XYZ | 43.83 | 46.84 | 33.52 | - |
| YUV | 181.07 | 107.64 | 136.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 182 | 145 | 0 | 0.06 | 0.25 | 0.24 | 46.25 | 0.28 | 0.66 |
| Hex | C1 | B6 | 91 | 0 | 6 | 19 | 18 | 2E | 1C | 42 |
| Octal | 301 | 266 | 221 | 0 | 6 | 31 | 30 | 56 | 34 | 102 |
| Binary | 11000001 | 10110110 | 10010001 | 0 | 110 | 11001 | 11000 | 101110 | 11100 | 1000010 |
Color Harmonies of #C1B691
Complementary color
Monochromatic Colors of #C1B691
Black with #C1B691
Text Example
Text Example
White with #C1B691
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1B691; }
p { color: rgb(193,182,145); }
H1.HeaderClassName
{
color: #C1B691;
}
.AnyTagClassName
{
color: #C1B691;
}
</style>
background-color css
<style>
a { background-color: #C1B691; }
a { background-color: rgb(193,182,145); }
div.DivClassName
{
background-color: #C1B691;
}
.BgClassName
{
background-color: #C1B691;
}
</style>
border-color css
<style>
span { border-color: #C1B691; }
span { border-color: rgb(193,182,145); }
td.TdClassName
{
border-color: #C1B691;
}
.TagClassName
{
border-color: #C1B691;
}
</style>