Shades of Coriander #C5BF96
Tints of Coriander #C5BF96
RGB
CMYK
RGB Variations
Color information
#C5BF96 (or 0xC5BF96) is known color: Coriander. HEX triplet: C5, BF and 96. RGB value is (197,191,150). Sum of RGB (Red+Green+Blue) = 197+191+150=538 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.62% from 538); Green value is 191 (75% from 255 or 35.50% from 538); Blue value is 150 (58.98% from 255 or 27.88% from 538); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BF96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5BF96 is #3A4069. Grayscale: #BCBCBC. Windows color (decimal): -3817578 or 9879493. OLE color: 9879493.
HSL color Cylindrical-coordinate representation of color #C5BF96: hue angle of 52.34º degrees, saturation: 0.29, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C5BF96 is Cyan = 0, Magento = 0.03, Yellow = 0.24 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 191 | 150 | - |
| CMYK | 0 | 0.03 | 0.24 | 0.23 |
| HSL | 52.34º | 0.29% | 0.68% | - |
| HSV(B) | 52.34º | 0.24% | 0.77% | - |
| XYZ | 47.16 | 51.33 | 36.28 | - |
| YUV | 188.12 | 106.49 | 134.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 191 | 150 | 0 | 0.03 | 0.24 | 0.23 | 52.34 | 0.29 | 0.68 |
| Hex | C5 | BF | 96 | 0 | 3 | 18 | 17 | 34 | 1D | 44 |
| Octal | 305 | 277 | 226 | 0 | 3 | 30 | 27 | 64 | 35 | 104 |
| Binary | 11000101 | 10111111 | 10010110 | 0 | 11 | 11000 | 10111 | 110100 | 11101 | 1000100 |
Color Harmonies of #C5BF96
Complementary color
Monochromatic Colors of #C5BF96
Black with #C5BF96
Text Example
Text Example
White with #C5BF96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BF96; }
p { color: rgb(197,191,150); }
H1.HeaderClassName
{
color: #C5BF96;
}
.AnyTagClassName
{
color: #C5BF96;
}
</style>
background-color css
<style>
a { background-color: #C5BF96; }
a { background-color: rgb(197,191,150); }
div.DivClassName
{
background-color: #C5BF96;
}
.BgClassName
{
background-color: #C5BF96;
}
</style>
border-color css
<style>
span { border-color: #C5BF96; }
span { border-color: rgb(197,191,150); }
td.TdClassName
{
border-color: #C5BF96;
}
.TagClassName
{
border-color: #C5BF96;
}
</style>