Shades of Coriander #C3BB91
Tints of Coriander #C3BB91
RGB
CMYK
RGB Variations
Color information
#C3BB91 (or 0xC3BB91) is known color: Coriander. HEX triplet: C3, BB and 91. RGB value is (195,187,145). Sum of RGB (Red+Green+Blue) = 195+187+145=527 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.00% from 527); Green value is 187 (73.44% from 255 or 35.48% from 527); Blue value is 145 (57.03% from 255 or 27.51% from 527); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BB91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3BB91 is #3C446E. Grayscale: #B8B8B8. Windows color (decimal): -3949679 or 9550787. OLE color: 9550787.
HSL color Cylindrical-coordinate representation of color #C3BB91: hue angle of 50.4º degrees, saturation: 0.29, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C3BB91 is Cyan = 0, Magento = 0.04, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 187 | 145 | - |
| CMYK | 0 | 0.04 | 0.26 | 0.24 |
| HSL | 50.4º | 0.29% | 0.67% | - |
| HSV(B) | 50.4º | 0.26% | 0.76% | - |
| XYZ | 45.39 | 49.19 | 33.89 | - |
| YUV | 184.6 | 105.65 | 135.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 187 | 145 | 0 | 0.04 | 0.26 | 0.24 | 50.4 | 0.29 | 0.67 |
| Hex | C3 | BB | 91 | 0 | 4 | 1A | 18 | 32 | 1D | 43 |
| Octal | 303 | 273 | 221 | 0 | 4 | 32 | 30 | 62 | 35 | 103 |
| Binary | 11000011 | 10111011 | 10010001 | 0 | 100 | 11010 | 11000 | 110010 | 11101 | 1000011 |
Color Harmonies of #C3BB91
Complementary color
Monochromatic Colors of #C3BB91
Black with #C3BB91
Text Example
Text Example
White with #C3BB91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BB91; }
p { color: rgb(195,187,145); }
H1.HeaderClassName
{
color: #C3BB91;
}
.AnyTagClassName
{
color: #C3BB91;
}
</style>
background-color css
<style>
a { background-color: #C3BB91; }
a { background-color: rgb(195,187,145); }
div.DivClassName
{
background-color: #C3BB91;
}
.BgClassName
{
background-color: #C3BB91;
}
</style>
border-color css
<style>
span { border-color: #C3BB91; }
span { border-color: rgb(195,187,145); }
td.TdClassName
{
border-color: #C3BB91;
}
.TagClassName
{
border-color: #C3BB91;
}
</style>