Shades of Coriander #C0B891
Tints of Coriander #C0B891
RGB
CMYK
RGB Variations
Color information
#C0B891 (or 0xC0B891) is known color: Coriander. HEX triplet: C0, B8 and 91. RGB value is (192,184,145). Sum of RGB (Red+Green+Blue) = 192+184+145=521 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.85% from 521); Green value is 184 (72.27% from 255 or 35.32% from 521); Blue value is 145 (57.03% from 255 or 27.83% from 521); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B891 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0B891 is #3F476E. Grayscale: #B6B6B6. Windows color (decimal): -4147055 or 9550016. OLE color: 9550016.
HSL color Cylindrical-coordinate representation of color #C0B891: hue angle of 49.79º 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 #C0B891 is Cyan = 0, Magento = 0.04, Yellow = 0.24 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 184 | 145 | - |
| CMYK | 0 | 0.04 | 0.24 | 0.25 |
| HSL | 49.79º | 0.27% | 0.66% | - |
| HSV(B) | 49.79º | 0.24% | 0.75% | - |
| XYZ | 43.99 | 47.53 | 33.64 | - |
| YUV | 181.95 | 107.15 | 135.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 184 | 145 | 0 | 0.04 | 0.24 | 0.25 | 49.79 | 0.27 | 0.66 |
| Hex | C0 | B8 | 91 | 0 | 4 | 18 | 19 | 32 | 1B | 42 |
| Octal | 300 | 270 | 221 | 0 | 4 | 30 | 31 | 62 | 33 | 102 |
| Binary | 11000000 | 10111000 | 10010001 | 0 | 100 | 11000 | 11001 | 110010 | 11011 | 1000010 |
Color Harmonies of #C0B891
Complementary color
Monochromatic Colors of #C0B891
Black with #C0B891
Text Example
Text Example
White with #C0B891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B891; }
p { color: rgb(192,184,145); }
H1.HeaderClassName
{
color: #C0B891;
}
.AnyTagClassName
{
color: #C0B891;
}
</style>
background-color css
<style>
a { background-color: #C0B891; }
a { background-color: rgb(192,184,145); }
div.DivClassName
{
background-color: #C0B891;
}
.BgClassName
{
background-color: #C0B891;
}
</style>
border-color css
<style>
span { border-color: #C0B891; }
span { border-color: rgb(192,184,145); }
td.TdClassName
{
border-color: #C0B891;
}
.TagClassName
{
border-color: #C0B891;
}
</style>