Shades of Coriander #C1BB95
Tints of Coriander #C1BB95
RGB
CMYK
RGB Variations
Color information
#C1BB95 (or 0xC1BB95) is known color: Coriander. HEX triplet: C1, BB and 95. RGB value is (193,187,149). Sum of RGB (Red+Green+Blue) = 193+187+149=529 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.48% from 529); Green value is 187 (73.44% from 255 or 35.35% from 529); Blue value is 149 (58.59% from 255 or 28.17% from 529); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BB95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1BB95 is #3E446A. Grayscale: #B8B8B8. Windows color (decimal): -4080747 or 9812929. OLE color: 9812929.
HSL color Cylindrical-coordinate representation of color #C1BB95: hue angle of 51.82º 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 #C1BB95 is Cyan = 0, Magento = 0.03, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 187 | 149 | - |
| CMYK | 0 | 0.03 | 0.23 | 0.24 |
| HSL | 51.82º | 0.26% | 0.67% | - |
| HSV(B) | 51.82º | 0.23% | 0.76% | - |
| XYZ | 45.19 | 49.05 | 35.52 | - |
| YUV | 184.46 | 107.99 | 134.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 187 | 149 | 0 | 0.03 | 0.23 | 0.24 | 51.82 | 0.26 | 0.67 |
| Hex | C1 | BB | 95 | 0 | 3 | 17 | 18 | 34 | 1A | 43 |
| Octal | 301 | 273 | 225 | 0 | 3 | 27 | 30 | 64 | 32 | 103 |
| Binary | 11000001 | 10111011 | 10010101 | 0 | 11 | 10111 | 11000 | 110100 | 11010 | 1000011 |
Color Harmonies of #C1BB95
Complementary color
Monochromatic Colors of #C1BB95
Black with #C1BB95
Text Example
Text Example
White with #C1BB95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BB95; }
p { color: rgb(193,187,149); }
H1.HeaderClassName
{
color: #C1BB95;
}
.AnyTagClassName
{
color: #C1BB95;
}
</style>
background-color css
<style>
a { background-color: #C1BB95; }
a { background-color: rgb(193,187,149); }
div.DivClassName
{
background-color: #C1BB95;
}
.BgClassName
{
background-color: #C1BB95;
}
</style>
border-color css
<style>
span { border-color: #C1BB95; }
span { border-color: rgb(193,187,149); }
td.TdClassName
{
border-color: #C1BB95;
}
.TagClassName
{
border-color: #C1BB95;
}
</style>