Shades of Coriander #C2BA91
Tints of Coriander #C2BA91
RGB
CMYK
RGB Variations
Color information
#C2BA91 (or 0xC2BA91) is known color: Coriander. HEX triplet: C2, BA and 91. RGB value is (194,186,145). Sum of RGB (Red+Green+Blue) = 194+186+145=525 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.95% from 525); Green value is 186 (73.05% from 255 or 35.43% from 525); Blue value is 145 (57.03% from 255 or 27.62% from 525); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BA91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BA91 is #3D456E. Grayscale: #B7B7B7. Windows color (decimal): -4015471 or 9550530. OLE color: 9550530.
HSL color Cylindrical-coordinate representation of color #C2BA91: hue angle of 50.2º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C2BA91 is Cyan = 0, Magento = 0.04, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 186 | 145 | - |
| CMYK | 0 | 0.04 | 0.25 | 0.24 |
| HSL | 50.2º | 0.29% | 0.66% | - |
| HSV(B) | 50.2º | 0.25% | 0.76% | - |
| XYZ | 44.92 | 48.63 | 33.81 | - |
| YUV | 183.72 | 106.15 | 135.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 186 | 145 | 0 | 0.04 | 0.25 | 0.24 | 50.2 | 0.29 | 0.66 |
| Hex | C2 | BA | 91 | 0 | 4 | 19 | 18 | 32 | 1D | 42 |
| Octal | 302 | 272 | 221 | 0 | 4 | 31 | 30 | 62 | 35 | 102 |
| Binary | 11000010 | 10111010 | 10010001 | 0 | 100 | 11001 | 11000 | 110010 | 11101 | 1000010 |
Color Harmonies of #C2BA91
Complementary color
Monochromatic Colors of #C2BA91
Black with #C2BA91
Text Example
Text Example
White with #C2BA91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BA91; }
p { color: rgb(194,186,145); }
H1.HeaderClassName
{
color: #C2BA91;
}
.AnyTagClassName
{
color: #C2BA91;
}
</style>
background-color css
<style>
a { background-color: #C2BA91; }
a { background-color: rgb(194,186,145); }
div.DivClassName
{
background-color: #C2BA91;
}
.BgClassName
{
background-color: #C2BA91;
}
</style>
border-color css
<style>
span { border-color: #C2BA91; }
span { border-color: rgb(194,186,145); }
td.TdClassName
{
border-color: #C2BA91;
}
.TagClassName
{
border-color: #C2BA91;
}
</style>