Shades of Coriander #C4BF96
Tints of Coriander #C4BF96
RGB
CMYK
RGB Variations
Color information
#C4BF96 (or 0xC4BF96) is known color: Coriander. HEX triplet: C4, BF and 96. RGB value is (196,191,150). Sum of RGB (Red+Green+Blue) = 196+191+150=537 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.50% from 537); Green value is 191 (75% from 255 or 35.57% from 537); Blue value is 150 (58.98% from 255 or 27.93% from 537); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BF96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4BF96 is #3B4069. Grayscale: #BBBBBB. Windows color (decimal): -3883114 or 9879492. OLE color: 9879492.
HSL color Cylindrical-coordinate representation of color #C4BF96: hue angle of 53.48º degrees, saturation: 0.28, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C4BF96 is Cyan = 0, Magento = 0.03, Yellow = 0.23 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 191 | 150 | - |
| CMYK | 0 | 0.03 | 0.23 | 0.23 |
| HSL | 53.48º | 0.28% | 0.68% | - |
| HSV(B) | 53.48º | 0.23% | 0.77% | - |
| XYZ | 46.9 | 51.2 | 36.26 | - |
| YUV | 187.82 | 106.66 | 133.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 191 | 150 | 0 | 0.03 | 0.23 | 0.23 | 53.48 | 0.28 | 0.68 |
| Hex | C4 | BF | 96 | 0 | 3 | 17 | 17 | 35 | 1C | 44 |
| Octal | 304 | 277 | 226 | 0 | 3 | 27 | 27 | 65 | 34 | 104 |
| Binary | 11000100 | 10111111 | 10010110 | 0 | 11 | 10111 | 10111 | 110101 | 11100 | 1000100 |
Color Harmonies of #C4BF96
Complementary color
Monochromatic Colors of #C4BF96
Black with #C4BF96
Text Example
Text Example
White with #C4BF96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BF96; }
p { color: rgb(196,191,150); }
H1.HeaderClassName
{
color: #C4BF96;
}
.AnyTagClassName
{
color: #C4BF96;
}
</style>
background-color css
<style>
a { background-color: #C4BF96; }
a { background-color: rgb(196,191,150); }
div.DivClassName
{
background-color: #C4BF96;
}
.BgClassName
{
background-color: #C4BF96;
}
</style>
border-color css
<style>
span { border-color: #C4BF96; }
span { border-color: rgb(196,191,150); }
td.TdClassName
{
border-color: #C4BF96;
}
.TagClassName
{
border-color: #C4BF96;
}
</style>