Shades of Coriander #C2BD93
Tints of Coriander #C2BD93
RGB
CMYK
RGB Variations
Color information
#C2BD93 (or 0xC2BD93) is known color: Coriander. HEX triplet: C2, BD and 93. RGB value is (194,189,147). Sum of RGB (Red+Green+Blue) = 194+189+147=530 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.60% from 530); Green value is 189 (74.22% from 255 or 35.66% from 530); Blue value is 147 (57.81% from 255 or 27.74% from 530); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BD93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BD93 is #3D426C. Grayscale: #B9B9B9. Windows color (decimal): -4014701 or 9682370. OLE color: 9682370.
HSL color Cylindrical-coordinate representation of color #C2BD93: hue angle of 53.62º degrees, saturation: 0.28, 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 #C2BD93 is Cyan = 0, Magento = 0.03, Yellow = 0.24 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 189 | 147 | - |
| CMYK | 0 | 0.03 | 0.24 | 0.24 |
| HSL | 53.62º | 0.28% | 0.67% | - |
| HSV(B) | 53.62º | 0.24% | 0.76% | - |
| XYZ | 45.71 | 49.97 | 34.84 | - |
| YUV | 185.71 | 106.16 | 133.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 189 | 147 | 0 | 0.03 | 0.24 | 0.24 | 53.62 | 0.28 | 0.67 |
| Hex | C2 | BD | 93 | 0 | 3 | 18 | 18 | 36 | 1C | 43 |
| Octal | 302 | 275 | 223 | 0 | 3 | 30 | 30 | 66 | 34 | 103 |
| Binary | 11000010 | 10111101 | 10010011 | 0 | 11 | 11000 | 11000 | 110110 | 11100 | 1000011 |
Color Harmonies of #C2BD93
Complementary color
Monochromatic Colors of #C2BD93
Black with #C2BD93
Text Example
Text Example
White with #C2BD93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BD93; }
p { color: rgb(194,189,147); }
H1.HeaderClassName
{
color: #C2BD93;
}
.AnyTagClassName
{
color: #C2BD93;
}
</style>
background-color css
<style>
a { background-color: #C2BD93; }
a { background-color: rgb(194,189,147); }
div.DivClassName
{
background-color: #C2BD93;
}
.BgClassName
{
background-color: #C2BD93;
}
</style>
border-color css
<style>
span { border-color: #C2BD93; }
span { border-color: rgb(194,189,147); }
td.TdClassName
{
border-color: #C2BD93;
}
.TagClassName
{
border-color: #C2BD93;
}
</style>