Shades of Coriander #C1BC8A
Tints of Coriander #C1BC8A
RGB
CMYK
RGB Variations
Color information
#C1BC8A (or 0xC1BC8A) is known color: Coriander. HEX triplet: C1, BC and 8A. RGB value is (193,188,138). Sum of RGB (Red+Green+Blue) = 193+188+138=519 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.19% from 519); Green value is 188 (73.83% from 255 or 36.22% from 519); Blue value is 138 (54.30% from 255 or 26.59% from 519); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BC8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1BC8A is #3E4375. Grayscale: #B8B8B8. Windows color (decimal): -4080502 or 9092289. OLE color: 9092289.
HSL color Cylindrical-coordinate representation of color #C1BC8A: hue angle of 54.55º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C1BC8A is Cyan = 0, Magento = 0.03, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 188 | 138 | - |
| CMYK | 0 | 0.03 | 0.28 | 0.24 |
| HSL | 54.55º | 0.31% | 0.65% | - |
| HSV(B) | 54.55º | 0.28% | 0.76% | - |
| XYZ | 44.56 | 49.14 | 31.18 | - |
| YUV | 183.8 | 102.16 | 134.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 188 | 138 | 0 | 0.03 | 0.28 | 0.24 | 54.55 | 0.31 | 0.65 |
| Hex | C1 | BC | 8A | 0 | 3 | 1C | 18 | 37 | 1F | 41 |
| Octal | 301 | 274 | 212 | 0 | 3 | 34 | 30 | 67 | 37 | 101 |
| Binary | 11000001 | 10111100 | 10001010 | 0 | 11 | 11100 | 11000 | 110111 | 11111 | 1000001 |
Color Harmonies of #C1BC8A
Complementary color
Monochromatic Colors of #C1BC8A
Black with #C1BC8A
Text Example
Text Example
White with #C1BC8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BC8A; }
p { color: rgb(193,188,138); }
H1.HeaderClassName
{
color: #C1BC8A;
}
.AnyTagClassName
{
color: #C1BC8A;
}
</style>
background-color css
<style>
a { background-color: #C1BC8A; }
a { background-color: rgb(193,188,138); }
div.DivClassName
{
background-color: #C1BC8A;
}
.BgClassName
{
background-color: #C1BC8A;
}
</style>
border-color css
<style>
span { border-color: #C1BC8A; }
span { border-color: rgb(193,188,138); }
td.TdClassName
{
border-color: #C1BC8A;
}
.TagClassName
{
border-color: #C1BC8A;
}
</style>