Shades of Coriander #C2BA8F
Tints of Coriander #C2BA8F
RGB
CMYK
RGB Variations
Color information
#C2BA8F (or 0xC2BA8F) is known color: Coriander. HEX triplet: C2, BA and 8F. RGB value is (194,186,143). Sum of RGB (Red+Green+Blue) = 194+186+143=523 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.09% from 523); Green value is 186 (73.05% from 255 or 35.56% from 523); Blue value is 143 (56.25% from 255 or 27.34% from 523); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BA8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BA8F is #3D4570. Grayscale: #B7B7B7. Windows color (decimal): -4015473 or 9419458. OLE color: 9419458.
HSL color Cylindrical-coordinate representation of color #C2BA8F: hue angle of 50.59º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C2BA8F is Cyan = 0, Magento = 0.04, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 186 | 143 | - |
| CMYK | 0 | 0.04 | 0.26 | 0.24 |
| HSL | 50.59º | 0.29% | 0.66% | - |
| HSV(B) | 50.59º | 0.26% | 0.76% | - |
| XYZ | 44.76 | 48.57 | 33 | - |
| YUV | 183.49 | 105.15 | 135.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 186 | 143 | 0 | 0.04 | 0.26 | 0.24 | 50.59 | 0.29 | 0.66 |
| Hex | C2 | BA | 8F | 0 | 4 | 1A | 18 | 33 | 1D | 42 |
| Octal | 302 | 272 | 217 | 0 | 4 | 32 | 30 | 63 | 35 | 102 |
| Binary | 11000010 | 10111010 | 10001111 | 0 | 100 | 11010 | 11000 | 110011 | 11101 | 1000010 |
Color Harmonies of #C2BA8F
Complementary color
Monochromatic Colors of #C2BA8F
Black with #C2BA8F
Text Example
Text Example
White with #C2BA8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BA8F; }
p { color: rgb(194,186,143); }
H1.HeaderClassName
{
color: #C2BA8F;
}
.AnyTagClassName
{
color: #C2BA8F;
}
</style>
background-color css
<style>
a { background-color: #C2BA8F; }
a { background-color: rgb(194,186,143); }
div.DivClassName
{
background-color: #C2BA8F;
}
.BgClassName
{
background-color: #C2BA8F;
}
</style>
border-color css
<style>
span { border-color: #C2BA8F; }
span { border-color: rgb(194,186,143); }
td.TdClassName
{
border-color: #C2BA8F;
}
.TagClassName
{
border-color: #C2BA8F;
}
</style>