Shades of Coriander #C2BA93
Tints of Coriander #C2BA93
RGB
CMYK
RGB Variations
Color information
#C2BA93 (or 0xC2BA93) is known color: Coriander. HEX triplet: C2, BA and 93. RGB value is (194,186,147). Sum of RGB (Red+Green+Blue) = 194+186+147=527 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.81% from 527); Green value is 186 (73.05% from 255 or 35.29% from 527); Blue value is 147 (57.81% from 255 or 27.89% from 527); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BA93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BA93 is #3D456C. Grayscale: #B8B8B8. Windows color (decimal): -4015469 or 9681602. OLE color: 9681602.
HSL color Cylindrical-coordinate representation of color #C2BA93: hue angle of 49.79º 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 #C2BA93 is Cyan = 0, Magento = 0.04, Yellow = 0.24 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 186 | 147 | - |
| CMYK | 0 | 0.04 | 0.24 | 0.24 |
| HSL | 49.79º | 0.28% | 0.67% | - |
| HSV(B) | 49.79º | 0.24% | 0.76% | - |
| XYZ | 45.07 | 48.69 | 34.63 | - |
| YUV | 183.95 | 107.15 | 135.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 186 | 147 | 0 | 0.04 | 0.24 | 0.24 | 49.79 | 0.28 | 0.67 |
| Hex | C2 | BA | 93 | 0 | 4 | 18 | 18 | 32 | 1C | 43 |
| Octal | 302 | 272 | 223 | 0 | 4 | 30 | 30 | 62 | 34 | 103 |
| Binary | 11000010 | 10111010 | 10010011 | 0 | 100 | 11000 | 11000 | 110010 | 11100 | 1000011 |
Color Harmonies of #C2BA93
Complementary color
Monochromatic Colors of #C2BA93
Black with #C2BA93
Text Example
Text Example
White with #C2BA93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BA93; }
p { color: rgb(194,186,147); }
H1.HeaderClassName
{
color: #C2BA93;
}
.AnyTagClassName
{
color: #C2BA93;
}
</style>
background-color css
<style>
a { background-color: #C2BA93; }
a { background-color: rgb(194,186,147); }
div.DivClassName
{
background-color: #C2BA93;
}
.BgClassName
{
background-color: #C2BA93;
}
</style>
border-color css
<style>
span { border-color: #C2BA93; }
span { border-color: rgb(194,186,147); }
td.TdClassName
{
border-color: #C2BA93;
}
.TagClassName
{
border-color: #C2BA93;
}
</style>