Shades of Coriander #C0B791
Tints of Coriander #C0B791
RGB
CMYK
RGB Variations
Color information
#C0B791 (or 0xC0B791) is known color: Coriander. HEX triplet: C0, B7 and 91. RGB value is (192,183,145). Sum of RGB (Red+Green+Blue) = 192+183+145=520 (68% of max value = 765). Red value is 192 (75.39% from 255 or 36.92% from 520); Green value is 183 (71.88% from 255 or 35.19% from 520); Blue value is 145 (57.03% from 255 or 27.88% from 520); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B791 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0B791 is #3F486E. Grayscale: #B5B5B5. Windows color (decimal): -4147311 or 9549760. OLE color: 9549760.
HSL color Cylindrical-coordinate representation of color #C0B791: hue angle of 48.51º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C0B791 is Cyan = 0, Magento = 0.05, Yellow = 0.24 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 183 | 145 | - |
| CMYK | 0 | 0.05 | 0.24 | 0.25 |
| HSL | 48.51º | 0.27% | 0.66% | - |
| HSV(B) | 48.51º | 0.24% | 0.75% | - |
| XYZ | 43.78 | 47.12 | 33.58 | - |
| YUV | 181.36 | 107.48 | 135.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 183 | 145 | 0 | 0.05 | 0.24 | 0.25 | 48.51 | 0.27 | 0.66 |
| Hex | C0 | B7 | 91 | 0 | 5 | 18 | 19 | 31 | 1B | 42 |
| Octal | 300 | 267 | 221 | 0 | 5 | 30 | 31 | 61 | 33 | 102 |
| Binary | 11000000 | 10110111 | 10010001 | 0 | 101 | 11000 | 11001 | 110001 | 11011 | 1000010 |
Color Harmonies of #C0B791
Complementary color
Monochromatic Colors of #C0B791
Black with #C0B791
Text Example
Text Example
White with #C0B791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B791; }
p { color: rgb(192,183,145); }
H1.HeaderClassName
{
color: #C0B791;
}
.AnyTagClassName
{
color: #C0B791;
}
</style>
background-color css
<style>
a { background-color: #C0B791; }
a { background-color: rgb(192,183,145); }
div.DivClassName
{
background-color: #C0B791;
}
.BgClassName
{
background-color: #C0B791;
}
</style>
border-color css
<style>
span { border-color: #C0B791; }
span { border-color: rgb(192,183,145); }
td.TdClassName
{
border-color: #C0B791;
}
.TagClassName
{
border-color: #C0B791;
}
</style>