Shades of Coriander #C3BA94
Tints of Coriander #C3BA94
RGB
CMYK
RGB Variations
Color information
#C3BA94 (or 0xC3BA94) is known color: Coriander. HEX triplet: C3, BA and 94. RGB value is (195,186,148). Sum of RGB (Red+Green+Blue) = 195+186+148=529 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.86% from 529); Green value is 186 (73.05% from 255 or 35.16% from 529); Blue value is 148 (58.20% from 255 or 27.98% from 529); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BA94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3BA94 is #3C456B. Grayscale: #B8B8B8. Windows color (decimal): -3949932 or 9747139. OLE color: 9747139.
HSL color Cylindrical-coordinate representation of color #C3BA94: hue angle of 48.51º degrees, saturation: 0.28, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C3BA94 is Cyan = 0, Magento = 0.05, Yellow = 0.24 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 186 | 148 | - |
| CMYK | 0 | 0.05 | 0.24 | 0.24 |
| HSL | 48.51º | 0.28% | 0.67% | - |
| HSV(B) | 48.51º | 0.24% | 0.76% | - |
| XYZ | 45.41 | 48.86 | 35.05 | - |
| YUV | 184.36 | 107.48 | 135.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 186 | 148 | 0 | 0.05 | 0.24 | 0.24 | 48.51 | 0.28 | 0.67 |
| Hex | C3 | BA | 94 | 0 | 5 | 18 | 18 | 31 | 1C | 43 |
| Octal | 303 | 272 | 224 | 0 | 5 | 30 | 30 | 61 | 34 | 103 |
| Binary | 11000011 | 10111010 | 10010100 | 0 | 101 | 11000 | 11000 | 110001 | 11100 | 1000011 |
Color Harmonies of #C3BA94
Complementary color
Monochromatic Colors of #C3BA94
Black with #C3BA94
Text Example
Text Example
White with #C3BA94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BA94; }
p { color: rgb(195,186,148); }
H1.HeaderClassName
{
color: #C3BA94;
}
.AnyTagClassName
{
color: #C3BA94;
}
</style>
background-color css
<style>
a { background-color: #C3BA94; }
a { background-color: rgb(195,186,148); }
div.DivClassName
{
background-color: #C3BA94;
}
.BgClassName
{
background-color: #C3BA94;
}
</style>
border-color css
<style>
span { border-color: #C3BA94; }
span { border-color: rgb(195,186,148); }
td.TdClassName
{
border-color: #C3BA94;
}
.TagClassName
{
border-color: #C3BA94;
}
</style>