Shades of Coriander #C1BC90
Tints of Coriander #C1BC90
RGB
CMYK
RGB Variations
Color information
#C1BC90 (or 0xC1BC90) is known color: Coriander. HEX triplet: C1, BC and 90. RGB value is (193,188,144). Sum of RGB (Red+Green+Blue) = 193+188+144=525 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.76% from 525); Green value is 188 (73.83% from 255 or 35.81% from 525); Blue value is 144 (56.64% from 255 or 27.43% from 525); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BC90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1BC90 is #3E436F. Grayscale: #B8B8B8. Windows color (decimal): -4080496 or 9485505. OLE color: 9485505.
HSL color Cylindrical-coordinate representation of color #C1BC90: hue angle of 53.88º 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 #C1BC90 is Cyan = 0, Magento = 0.03, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 188 | 144 | - |
| CMYK | 0 | 0.03 | 0.25 | 0.24 |
| HSL | 53.88º | 0.28% | 0.66% | - |
| HSV(B) | 53.88º | 0.25% | 0.76% | - |
| XYZ | 45.01 | 49.32 | 33.53 | - |
| YUV | 184.48 | 105.16 | 134.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 188 | 144 | 0 | 0.03 | 0.25 | 0.24 | 53.88 | 0.28 | 0.66 |
| Hex | C1 | BC | 90 | 0 | 3 | 19 | 18 | 36 | 1C | 42 |
| Octal | 301 | 274 | 220 | 0 | 3 | 31 | 30 | 66 | 34 | 102 |
| Binary | 11000001 | 10111100 | 10010000 | 0 | 11 | 11001 | 11000 | 110110 | 11100 | 1000010 |
Color Harmonies of #C1BC90
Complementary color
Monochromatic Colors of #C1BC90
Black with #C1BC90
Text Example
Text Example
White with #C1BC90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BC90; }
p { color: rgb(193,188,144); }
H1.HeaderClassName
{
color: #C1BC90;
}
.AnyTagClassName
{
color: #C1BC90;
}
</style>
background-color css
<style>
a { background-color: #C1BC90; }
a { background-color: rgb(193,188,144); }
div.DivClassName
{
background-color: #C1BC90;
}
.BgClassName
{
background-color: #C1BC90;
}
</style>
border-color css
<style>
span { border-color: #C1BC90; }
span { border-color: rgb(193,188,144); }
td.TdClassName
{
border-color: #C1BC90;
}
.TagClassName
{
border-color: #C1BC90;
}
</style>