Shades of Coriander #C2B995
Tints of Coriander #C2B995
RGB
CMYK
RGB Variations
Color information
#C2B995 (or 0xC2B995) is known color: Coriander. HEX triplet: C2, B9 and 95. RGB value is (194,185,149). Sum of RGB (Red+Green+Blue) = 194+185+149=528 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.74% from 528); Green value is 185 (72.66% from 255 or 35.04% from 528); Blue value is 149 (58.59% from 255 or 28.22% from 528); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B995 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2B995 is #3D466A. Grayscale: #B7B7B7. Windows color (decimal): -4015723 or 9812418. OLE color: 9812418.
HSL color Cylindrical-coordinate representation of color #C2B995: hue angle of 48º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C2B995 is Cyan = 0, Magento = 0.05, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 185 | 149 | - |
| CMYK | 0 | 0.05 | 0.23 | 0.24 |
| HSL | 48º | 0.27% | 0.67% | - |
| HSV(B) | 48º | 0.23% | 0.76% | - |
| XYZ | 45.02 | 48.34 | 35.39 | - |
| YUV | 183.59 | 108.48 | 135.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 185 | 149 | 0 | 0.05 | 0.23 | 0.24 | 48 | 0.27 | 0.67 |
| Hex | C2 | B9 | 95 | 0 | 5 | 17 | 18 | 30 | 1B | 43 |
| Octal | 302 | 271 | 225 | 0 | 5 | 27 | 30 | 60 | 33 | 103 |
| Binary | 11000010 | 10111001 | 10010101 | 0 | 101 | 10111 | 11000 | 110000 | 11011 | 1000011 |
Color Harmonies of #C2B995
Complementary color
Monochromatic Colors of #C2B995
Black with #C2B995
Text Example
Text Example
White with #C2B995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B995; }
p { color: rgb(194,185,149); }
H1.HeaderClassName
{
color: #C2B995;
}
.AnyTagClassName
{
color: #C2B995;
}
</style>
background-color css
<style>
a { background-color: #C2B995; }
a { background-color: rgb(194,185,149); }
div.DivClassName
{
background-color: #C2B995;
}
.BgClassName
{
background-color: #C2B995;
}
</style>
border-color css
<style>
span { border-color: #C2B995; }
span { border-color: rgb(194,185,149); }
td.TdClassName
{
border-color: #C2B995;
}
.TagClassName
{
border-color: #C2B995;
}
</style>