Shades of Coriander #C2BA94
Tints of Coriander #C2BA94
RGB
CMYK
RGB Variations
Color information
#C2BA94 (or 0xC2BA94) is known color: Coriander. HEX triplet: C2, BA and 94. RGB value is (194,186,148). Sum of RGB (Red+Green+Blue) = 194+186+148=528 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.74% from 528); Green value is 186 (73.05% from 255 or 35.23% from 528); Blue value is 148 (58.20% from 255 or 28.03% from 528); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BA94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BA94 is #3D456B. Grayscale: #B8B8B8. Windows color (decimal): -4015468 or 9747138. OLE color: 9747138.
HSL color Cylindrical-coordinate representation of color #C2BA94: hue angle of 49.57º degrees, saturation: 0.27, 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 #C2BA94 is Cyan = 0, Magento = 0.04, Yellow = 0.24 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 186 | 148 | - |
| CMYK | 0 | 0.04 | 0.24 | 0.24 |
| HSL | 49.57º | 0.27% | 0.67% | - |
| HSV(B) | 49.57º | 0.24% | 0.76% | - |
| XYZ | 45.15 | 48.73 | 35.04 | - |
| YUV | 184.06 | 107.65 | 135.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 186 | 148 | 0 | 0.04 | 0.24 | 0.24 | 49.57 | 0.27 | 0.67 |
| Hex | C2 | BA | 94 | 0 | 4 | 18 | 18 | 32 | 1B | 43 |
| Octal | 302 | 272 | 224 | 0 | 4 | 30 | 30 | 62 | 33 | 103 |
| Binary | 11000010 | 10111010 | 10010100 | 0 | 100 | 11000 | 11000 | 110010 | 11011 | 1000011 |
Color Harmonies of #C2BA94
Complementary color
Monochromatic Colors of #C2BA94
Black with #C2BA94
Text Example
Text Example
White with #C2BA94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BA94; }
p { color: rgb(194,186,148); }
H1.HeaderClassName
{
color: #C2BA94;
}
.AnyTagClassName
{
color: #C2BA94;
}
</style>
background-color css
<style>
a { background-color: #C2BA94; }
a { background-color: rgb(194,186,148); }
div.DivClassName
{
background-color: #C2BA94;
}
.BgClassName
{
background-color: #C2BA94;
}
</style>
border-color css
<style>
span { border-color: #C2BA94; }
span { border-color: rgb(194,186,148); }
td.TdClassName
{
border-color: #C2BA94;
}
.TagClassName
{
border-color: #C2BA94;
}
</style>