Shades of Coriander #C2B991
Tints of Coriander #C2B991
RGB
CMYK
RGB Variations
Color information
#C2B991 (or 0xC2B991) is known color: Coriander. HEX triplet: C2, B9 and 91. RGB value is (194,185,145). Sum of RGB (Red+Green+Blue) = 194+185+145=524 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.02% from 524); Green value is 185 (72.66% from 255 or 35.31% from 524); Blue value is 145 (57.03% from 255 or 27.67% from 524); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B991 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2B991 is #3D466E. Grayscale: #B7B7B7. Windows color (decimal): -4015727 or 9550274. OLE color: 9550274.
HSL color Cylindrical-coordinate representation of color #C2B991: hue angle of 48.98º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C2B991 is Cyan = 0, Magento = 0.05, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 185 | 145 | - |
| CMYK | 0 | 0.05 | 0.25 | 0.24 |
| HSL | 48.98º | 0.29% | 0.66% | - |
| HSV(B) | 48.98º | 0.25% | 0.76% | - |
| XYZ | 44.71 | 48.21 | 33.74 | - |
| YUV | 183.13 | 106.48 | 135.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 185 | 145 | 0 | 0.05 | 0.25 | 0.24 | 48.98 | 0.29 | 0.66 |
| Hex | C2 | B9 | 91 | 0 | 5 | 19 | 18 | 31 | 1D | 42 |
| Octal | 302 | 271 | 221 | 0 | 5 | 31 | 30 | 61 | 35 | 102 |
| Binary | 11000010 | 10111001 | 10010001 | 0 | 101 | 11001 | 11000 | 110001 | 11101 | 1000010 |
Color Harmonies of #C2B991
Complementary color
Monochromatic Colors of #C2B991
Black with #C2B991
Text Example
Text Example
White with #C2B991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B991; }
p { color: rgb(194,185,145); }
H1.HeaderClassName
{
color: #C2B991;
}
.AnyTagClassName
{
color: #C2B991;
}
</style>
background-color css
<style>
a { background-color: #C2B991; }
a { background-color: rgb(194,185,145); }
div.DivClassName
{
background-color: #C2B991;
}
.BgClassName
{
background-color: #C2B991;
}
</style>
border-color css
<style>
span { border-color: #C2B991; }
span { border-color: rgb(194,185,145); }
td.TdClassName
{
border-color: #C2B991;
}
.TagClassName
{
border-color: #C2B991;
}
</style>