Shades of Coriander #C1BB85
Tints of Coriander #C1BB85
RGB
CMYK
RGB Variations
Color information
#C1BB85 (or 0xC1BB85) is known color: Coriander. HEX triplet: C1, BB and 85. RGB value is (193,187,133). Sum of RGB (Red+Green+Blue) = 193+187+133=513 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.62% from 513); Green value is 187 (73.44% from 255 or 36.45% from 513); Blue value is 133 (52.34% from 255 or 25.93% from 513); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BB85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1BB85 is #3E447A. Grayscale: #B6B6B6. Windows color (decimal): -4080763 or 8764353. OLE color: 8764353.
HSL color Cylindrical-coordinate representation of color #C1BB85: hue angle of 54º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C1BB85 is Cyan = 0, Magento = 0.03, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 187 | 133 | - |
| CMYK | 0 | 0.03 | 0.31 | 0.24 |
| HSL | 54º | 0.33% | 0.64% | - |
| HSV(B) | 54º | 0.31% | 0.76% | - |
| XYZ | 44 | 48.57 | 29.25 | - |
| YUV | 182.64 | 99.99 | 135.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 187 | 133 | 0 | 0.03 | 0.31 | 0.24 | 54 | 0.33 | 0.64 |
| Hex | C1 | BB | 85 | 0 | 3 | 1F | 18 | 36 | 21 | 40 |
| Octal | 301 | 273 | 205 | 0 | 3 | 37 | 30 | 66 | 41 | 100 |
| Binary | 11000001 | 10111011 | 10000101 | 0 | 11 | 11111 | 11000 | 110110 | 100001 | 1000000 |
Color Harmonies of #C1BB85
Complementary color
Monochromatic Colors of #C1BB85
Black with #C1BB85
Text Example
Text Example
White with #C1BB85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BB85; }
p { color: rgb(193,187,133); }
H1.HeaderClassName
{
color: #C1BB85;
}
.AnyTagClassName
{
color: #C1BB85;
}
</style>
background-color css
<style>
a { background-color: #C1BB85; }
a { background-color: rgb(193,187,133); }
div.DivClassName
{
background-color: #C1BB85;
}
.BgClassName
{
background-color: #C1BB85;
}
</style>
border-color css
<style>
span { border-color: #C1BB85; }
span { border-color: rgb(193,187,133); }
td.TdClassName
{
border-color: #C1BB85;
}
.TagClassName
{
border-color: #C1BB85;
}
</style>