Shades of Coriander #C4BA93
Tints of Coriander #C4BA93
RGB
CMYK
RGB Variations
Color information
#C4BA93 (or 0xC4BA93) is known color: Coriander. HEX triplet: C4, BA and 93. RGB value is (196,186,147). Sum of RGB (Red+Green+Blue) = 196+186+147=529 (70% of max value = 765). Red value is 196 (76.95% from 255 or 37.05% from 529); Green value is 186 (73.05% from 255 or 35.16% from 529); Blue value is 147 (57.81% from 255 or 27.79% from 529); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BA93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4BA93 is #3B456C. Grayscale: #B8B8B8. Windows color (decimal): -3884397 or 9681604. OLE color: 9681604.
HSL color Cylindrical-coordinate representation of color #C4BA93: hue angle of 47.76º degrees, saturation: 0.29, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C4BA93 is Cyan = 0, Magento = 0.05, Yellow = 0.25 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 186 | 147 | - |
| CMYK | 0 | 0.05 | 0.25 | 0.23 |
| HSL | 47.76º | 0.29% | 0.67% | - |
| HSV(B) | 47.76º | 0.25% | 0.77% | - |
| XYZ | 45.59 | 48.96 | 34.65 | - |
| YUV | 184.54 | 106.81 | 136.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 186 | 147 | 0 | 0.05 | 0.25 | 0.23 | 47.76 | 0.29 | 0.67 |
| Hex | C4 | BA | 93 | 0 | 5 | 19 | 17 | 30 | 1D | 43 |
| Octal | 304 | 272 | 223 | 0 | 5 | 31 | 27 | 60 | 35 | 103 |
| Binary | 11000100 | 10111010 | 10010011 | 0 | 101 | 11001 | 10111 | 110000 | 11101 | 1000011 |
Color Harmonies of #C4BA93
Complementary color
Monochromatic Colors of #C4BA93
Black with #C4BA93
Text Example
Text Example
White with #C4BA93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BA93; }
p { color: rgb(196,186,147); }
H1.HeaderClassName
{
color: #C4BA93;
}
.AnyTagClassName
{
color: #C4BA93;
}
</style>
background-color css
<style>
a { background-color: #C4BA93; }
a { background-color: rgb(196,186,147); }
div.DivClassName
{
background-color: #C4BA93;
}
.BgClassName
{
background-color: #C4BA93;
}
</style>
border-color css
<style>
span { border-color: #C4BA93; }
span { border-color: rgb(196,186,147); }
td.TdClassName
{
border-color: #C4BA93;
}
.TagClassName
{
border-color: #C4BA93;
}
</style>