Shades of Coriander #C2BC8F
Tints of Coriander #C2BC8F
RGB
CMYK
RGB Variations
Color information
#C2BC8F (or 0xC2BC8F) is known color: Coriander. HEX triplet: C2, BC and 8F. RGB value is (194,188,143). Sum of RGB (Red+Green+Blue) = 194+188+143=525 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.95% from 525); Green value is 188 (73.83% from 255 or 35.81% from 525); Blue value is 143 (56.25% from 255 or 27.24% from 525); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BC8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BC8F is #3D4370. Grayscale: #B8B8B8. Windows color (decimal): -4014961 or 9419970. OLE color: 9419970.
HSL color Cylindrical-coordinate representation of color #C2BC8F: hue angle of 52.94º 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 #C2BC8F is Cyan = 0, Magento = 0.03, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 188 | 143 | - |
| CMYK | 0 | 0.03 | 0.26 | 0.24 |
| HSL | 52.94º | 0.29% | 0.66% | - |
| HSV(B) | 52.94º | 0.26% | 0.76% | - |
| XYZ | 45.19 | 49.42 | 33.14 | - |
| YUV | 184.66 | 104.49 | 134.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 188 | 143 | 0 | 0.03 | 0.26 | 0.24 | 52.94 | 0.29 | 0.66 |
| Hex | C2 | BC | 8F | 0 | 3 | 1A | 18 | 35 | 1D | 42 |
| Octal | 302 | 274 | 217 | 0 | 3 | 32 | 30 | 65 | 35 | 102 |
| Binary | 11000010 | 10111100 | 10001111 | 0 | 11 | 11010 | 11000 | 110101 | 11101 | 1000010 |
Color Harmonies of #C2BC8F
Complementary color
Monochromatic Colors of #C2BC8F
Black with #C2BC8F
Text Example
Text Example
White with #C2BC8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BC8F; }
p { color: rgb(194,188,143); }
H1.HeaderClassName
{
color: #C2BC8F;
}
.AnyTagClassName
{
color: #C2BC8F;
}
</style>
background-color css
<style>
a { background-color: #C2BC8F; }
a { background-color: rgb(194,188,143); }
div.DivClassName
{
background-color: #C2BC8F;
}
.BgClassName
{
background-color: #C2BC8F;
}
</style>
border-color css
<style>
span { border-color: #C2BC8F; }
span { border-color: rgb(194,188,143); }
td.TdClassName
{
border-color: #C2BC8F;
}
.TagClassName
{
border-color: #C2BC8F;
}
</style>