Shades of Coriander #C2BD8F
Tints of Coriander #C2BD8F
RGB
CMYK
RGB Variations
Color information
#C2BD8F (or 0xC2BD8F) is known color: Coriander. HEX triplet: C2, BD and 8F. RGB value is (194,189,143). Sum of RGB (Red+Green+Blue) = 194+189+143=526 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.88% from 526); Green value is 189 (74.22% from 255 or 35.93% from 526); Blue value is 143 (56.25% from 255 or 27.19% from 526); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BD8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BD8F is #3D4270. Grayscale: #B9B9B9. Windows color (decimal): -4014705 or 9420226. OLE color: 9420226.
HSL color Cylindrical-coordinate representation of color #C2BD8F: hue angle of 54.12º 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 #C2BD8F is Cyan = 0, Magento = 0.03, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 189 | 143 | - |
| CMYK | 0 | 0.03 | 0.26 | 0.24 |
| HSL | 54.12º | 0.29% | 0.66% | - |
| HSV(B) | 54.12º | 0.26% | 0.76% | - |
| XYZ | 45.4 | 49.85 | 33.22 | - |
| YUV | 185.25 | 104.16 | 134.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 189 | 143 | 0 | 0.03 | 0.26 | 0.24 | 54.12 | 0.29 | 0.66 |
| Hex | C2 | BD | 8F | 0 | 3 | 1A | 18 | 36 | 1D | 42 |
| Octal | 302 | 275 | 217 | 0 | 3 | 32 | 30 | 66 | 35 | 102 |
| Binary | 11000010 | 10111101 | 10001111 | 0 | 11 | 11010 | 11000 | 110110 | 11101 | 1000010 |
Color Harmonies of #C2BD8F
Complementary color
Monochromatic Colors of #C2BD8F
Black with #C2BD8F
Text Example
Text Example
White with #C2BD8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BD8F; }
p { color: rgb(194,189,143); }
H1.HeaderClassName
{
color: #C2BD8F;
}
.AnyTagClassName
{
color: #C2BD8F;
}
</style>
background-color css
<style>
a { background-color: #C2BD8F; }
a { background-color: rgb(194,189,143); }
div.DivClassName
{
background-color: #C2BD8F;
}
.BgClassName
{
background-color: #C2BD8F;
}
</style>
border-color css
<style>
span { border-color: #C2BD8F; }
span { border-color: rgb(194,189,143); }
td.TdClassName
{
border-color: #C2BD8F;
}
.TagClassName
{
border-color: #C2BD8F;
}
</style>