Shades of Coriander #C4BB91
Tints of Coriander #C4BB91
RGB
CMYK
RGB Variations
Color information
#C4BB91 (or 0xC4BB91) is known color: Coriander. HEX triplet: C4, BB and 91. RGB value is (196,187,145). Sum of RGB (Red+Green+Blue) = 196+187+145=528 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.12% from 528); Green value is 187 (73.44% from 255 or 35.42% from 528); Blue value is 145 (57.03% from 255 or 27.46% from 528); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BB91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4BB91 is #3B446E. Grayscale: #B9B9B9. Windows color (decimal): -3884143 or 9550788. OLE color: 9550788.
HSL color Cylindrical-coordinate representation of color #C4BB91: hue angle of 49.41º degrees, saturation: 0.3, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C4BB91 is Cyan = 0, Magento = 0.05, Yellow = 0.26 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 187 | 145 | - |
| CMYK | 0 | 0.05 | 0.26 | 0.23 |
| HSL | 49.41º | 0.3% | 0.67% | - |
| HSV(B) | 49.41º | 0.26% | 0.77% | - |
| XYZ | 45.65 | 49.32 | 33.9 | - |
| YUV | 184.9 | 105.48 | 135.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 187 | 145 | 0 | 0.05 | 0.26 | 0.23 | 49.41 | 0.3 | 0.67 |
| Hex | C4 | BB | 91 | 0 | 5 | 1A | 17 | 31 | 1E | 43 |
| Octal | 304 | 273 | 221 | 0 | 5 | 32 | 27 | 61 | 36 | 103 |
| Binary | 11000100 | 10111011 | 10010001 | 0 | 101 | 11010 | 10111 | 110001 | 11110 | 1000011 |
Color Harmonies of #C4BB91
Complementary color
Monochromatic Colors of #C4BB91
Black with #C4BB91
Text Example
Text Example
White with #C4BB91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BB91; }
p { color: rgb(196,187,145); }
H1.HeaderClassName
{
color: #C4BB91;
}
.AnyTagClassName
{
color: #C4BB91;
}
</style>
background-color css
<style>
a { background-color: #C4BB91; }
a { background-color: rgb(196,187,145); }
div.DivClassName
{
background-color: #C4BB91;
}
.BgClassName
{
background-color: #C4BB91;
}
</style>
border-color css
<style>
span { border-color: #C4BB91; }
span { border-color: rgb(196,187,145); }
td.TdClassName
{
border-color: #C4BB91;
}
.TagClassName
{
border-color: #C4BB91;
}
</style>