Shades of Coriander #C1BB94
Tints of Coriander #C1BB94
RGB
CMYK
RGB Variations
Color information
#C1BB94 (or 0xC1BB94) is known color: Coriander. HEX triplet: C1, BB and 94. RGB value is (193,187,148). Sum of RGB (Red+Green+Blue) = 193+187+148=528 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.55% from 528); Green value is 187 (73.44% from 255 or 35.42% from 528); Blue value is 148 (58.20% from 255 or 28.03% from 528); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BB94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1BB94 is #3E446B. Grayscale: #B8B8B8. Windows color (decimal): -4080748 or 9747393. OLE color: 9747393.
HSL color Cylindrical-coordinate representation of color #C1BB94: hue angle of 52º degrees, saturation: 0.27, 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 #C1BB94 is Cyan = 0, Magento = 0.03, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 187 | 148 | - |
| CMYK | 0 | 0.03 | 0.23 | 0.24 |
| HSL | 52º | 0.27% | 0.67% | - |
| HSV(B) | 52º | 0.23% | 0.76% | - |
| XYZ | 45.11 | 49.02 | 35.1 | - |
| YUV | 184.35 | 107.49 | 134.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 187 | 148 | 0 | 0.03 | 0.23 | 0.24 | 52 | 0.27 | 0.67 |
| Hex | C1 | BB | 94 | 0 | 3 | 17 | 18 | 34 | 1B | 43 |
| Octal | 301 | 273 | 224 | 0 | 3 | 27 | 30 | 64 | 33 | 103 |
| Binary | 11000001 | 10111011 | 10010100 | 0 | 11 | 10111 | 11000 | 110100 | 11011 | 1000011 |
Color Harmonies of #C1BB94
Complementary color
Monochromatic Colors of #C1BB94
Black with #C1BB94
Text Example
Text Example
White with #C1BB94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BB94; }
p { color: rgb(193,187,148); }
H1.HeaderClassName
{
color: #C1BB94;
}
.AnyTagClassName
{
color: #C1BB94;
}
</style>
background-color css
<style>
a { background-color: #C1BB94; }
a { background-color: rgb(193,187,148); }
div.DivClassName
{
background-color: #C1BB94;
}
.BgClassName
{
background-color: #C1BB94;
}
</style>
border-color css
<style>
span { border-color: #C1BB94; }
span { border-color: rgb(193,187,148); }
td.TdClassName
{
border-color: #C1BB94;
}
.TagClassName
{
border-color: #C1BB94;
}
</style>