Shades of Coriander #C4BF95
Tints of Coriander #C4BF95
RGB
CMYK
RGB Variations
Color information
#C4BF95 (or 0xC4BF95) is known color: Coriander. HEX triplet: C4, BF and 95. RGB value is (196,191,149). Sum of RGB (Red+Green+Blue) = 196+191+149=536 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.57% from 536); Green value is 191 (75% from 255 or 35.63% from 536); Blue value is 149 (58.59% from 255 or 27.80% from 536); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BF95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4BF95 is #3B406A. Grayscale: #BBBBBB. Windows color (decimal): -3883115 or 9813956. OLE color: 9813956.
HSL color Cylindrical-coordinate representation of color #C4BF95: hue angle of 53.62º degrees, saturation: 0.28, 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 #C4BF95 is Cyan = 0, Magento = 0.03, Yellow = 0.24 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 191 | 149 | - |
| CMYK | 0 | 0.03 | 0.24 | 0.23 |
| HSL | 53.62º | 0.28% | 0.68% | - |
| HSV(B) | 53.62º | 0.24% | 0.77% | - |
| XYZ | 46.82 | 51.17 | 35.84 | - |
| YUV | 187.71 | 106.16 | 133.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 191 | 149 | 0 | 0.03 | 0.24 | 0.23 | 53.62 | 0.28 | 0.68 |
| Hex | C4 | BF | 95 | 0 | 3 | 18 | 17 | 36 | 1C | 44 |
| Octal | 304 | 277 | 225 | 0 | 3 | 30 | 27 | 66 | 34 | 104 |
| Binary | 11000100 | 10111111 | 10010101 | 0 | 11 | 11000 | 10111 | 110110 | 11100 | 1000100 |
Color Harmonies of #C4BF95
Complementary color
Monochromatic Colors of #C4BF95
Black with #C4BF95
Text Example
Text Example
White with #C4BF95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BF95; }
p { color: rgb(196,191,149); }
H1.HeaderClassName
{
color: #C4BF95;
}
.AnyTagClassName
{
color: #C4BF95;
}
</style>
background-color css
<style>
a { background-color: #C4BF95; }
a { background-color: rgb(196,191,149); }
div.DivClassName
{
background-color: #C4BF95;
}
.BgClassName
{
background-color: #C4BF95;
}
</style>
border-color css
<style>
span { border-color: #C4BF95; }
span { border-color: rgb(196,191,149); }
td.TdClassName
{
border-color: #C4BF95;
}
.TagClassName
{
border-color: #C4BF95;
}
</style>