Shades of Coriander #C3BA8A
Tints of Coriander #C3BA8A
RGB
CMYK
RGB Variations
Color information
#C3BA8A (or 0xC3BA8A) is known color: Coriander. HEX triplet: C3, BA and 8A. RGB value is (195,186,138). Sum of RGB (Red+Green+Blue) = 195+186+138=519 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.57% from 519); Green value is 186 (73.05% from 255 or 35.84% from 519); Blue value is 138 (54.30% from 255 or 26.59% from 519); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BA8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3BA8A is #3C4575. Grayscale: #B7B7B7. Windows color (decimal): -3949942 or 9091779. OLE color: 9091779.
HSL color Cylindrical-coordinate representation of color #C3BA8A: hue angle of 50.53º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C3BA8A is Cyan = 0, Magento = 0.05, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 186 | 138 | - |
| CMYK | 0 | 0.05 | 0.29 | 0.24 |
| HSL | 50.53º | 0.32% | 0.65% | - |
| HSV(B) | 50.53º | 0.29% | 0.76% | - |
| XYZ | 44.65 | 48.55 | 31.06 | - |
| YUV | 183.22 | 102.48 | 136.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 186 | 138 | 0 | 0.05 | 0.29 | 0.24 | 50.53 | 0.32 | 0.65 |
| Hex | C3 | BA | 8A | 0 | 5 | 1D | 18 | 33 | 20 | 41 |
| Octal | 303 | 272 | 212 | 0 | 5 | 35 | 30 | 63 | 40 | 101 |
| Binary | 11000011 | 10111010 | 10001010 | 0 | 101 | 11101 | 11000 | 110011 | 100000 | 1000001 |
Color Harmonies of #C3BA8A
Complementary color
Monochromatic Colors of #C3BA8A
Black with #C3BA8A
Text Example
Text Example
White with #C3BA8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BA8A; }
p { color: rgb(195,186,138); }
H1.HeaderClassName
{
color: #C3BA8A;
}
.AnyTagClassName
{
color: #C3BA8A;
}
</style>
background-color css
<style>
a { background-color: #C3BA8A; }
a { background-color: rgb(195,186,138); }
div.DivClassName
{
background-color: #C3BA8A;
}
.BgClassName
{
background-color: #C3BA8A;
}
</style>
border-color css
<style>
span { border-color: #C3BA8A; }
span { border-color: rgb(195,186,138); }
td.TdClassName
{
border-color: #C3BA8A;
}
.TagClassName
{
border-color: #C3BA8A;
}
</style>