Shades of Coriander #C1BB90
Tints of Coriander #C1BB90
RGB
CMYK
RGB Variations
Color information
#C1BB90 (or 0xC1BB90) is known color: Coriander. HEX triplet: C1, BB and 90. RGB value is (193,187,144). Sum of RGB (Red+Green+Blue) = 193+187+144=524 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.83% from 524); Green value is 187 (73.44% from 255 or 35.69% from 524); Blue value is 144 (56.64% from 255 or 27.48% from 524); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BB90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1BB90 is #3E446F. Grayscale: #B8B8B8. Windows color (decimal): -4080752 or 9485249. OLE color: 9485249.
HSL color Cylindrical-coordinate representation of color #C1BB90: hue angle of 52.65º 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 #C1BB90 is Cyan = 0, Magento = 0.03, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 187 | 144 | - |
| CMYK | 0 | 0.03 | 0.25 | 0.24 |
| HSL | 52.65º | 0.28% | 0.66% | - |
| HSV(B) | 52.65º | 0.25% | 0.76% | - |
| XYZ | 44.8 | 48.89 | 33.46 | - |
| YUV | 183.89 | 105.49 | 134.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 187 | 144 | 0 | 0.03 | 0.25 | 0.24 | 52.65 | 0.28 | 0.66 |
| Hex | C1 | BB | 90 | 0 | 3 | 19 | 18 | 35 | 1C | 42 |
| Octal | 301 | 273 | 220 | 0 | 3 | 31 | 30 | 65 | 34 | 102 |
| Binary | 11000001 | 10111011 | 10010000 | 0 | 11 | 11001 | 11000 | 110101 | 11100 | 1000010 |
Color Harmonies of #C1BB90
Complementary color
Monochromatic Colors of #C1BB90
Black with #C1BB90
Text Example
Text Example
White with #C1BB90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BB90; }
p { color: rgb(193,187,144); }
H1.HeaderClassName
{
color: #C1BB90;
}
.AnyTagClassName
{
color: #C1BB90;
}
</style>
background-color css
<style>
a { background-color: #C1BB90; }
a { background-color: rgb(193,187,144); }
div.DivClassName
{
background-color: #C1BB90;
}
.BgClassName
{
background-color: #C1BB90;
}
</style>
border-color css
<style>
span { border-color: #C1BB90; }
span { border-color: rgb(193,187,144); }
td.TdClassName
{
border-color: #C1BB90;
}
.TagClassName
{
border-color: #C1BB90;
}
</style>