Shades of Coriander #C0B984
Tints of Coriander #C0B984
RGB
CMYK
RGB Variations
Color information
#C0B984 (or 0xC0B984) is known color: Coriander. HEX triplet: C0, B9 and 84. RGB value is (192,185,132). Sum of RGB (Red+Green+Blue) = 192+185+132=509 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.72% from 509); Green value is 185 (72.66% from 255 or 36.35% from 509); Blue value is 132 (51.95% from 255 or 25.93% from 509); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B984 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0B984 is #3F467B. Grayscale: #B5B5B5. Windows color (decimal): -4146812 or 8698304. OLE color: 8698304.
HSL color Cylindrical-coordinate representation of color #C0B984: hue angle of 53º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C0B984 is Cyan = 0, Magento = 0.04, Yellow = 0.31 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 185 | 132 | - |
| CMYK | 0 | 0.04 | 0.31 | 0.25 |
| HSL | 53º | 0.32% | 0.64% | - |
| HSV(B) | 53º | 0.31% | 0.75% | - |
| XYZ | 43.25 | 47.57 | 28.73 | - |
| YUV | 181.05 | 100.32 | 135.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 185 | 132 | 0 | 0.04 | 0.31 | 0.25 | 53 | 0.32 | 0.64 |
| Hex | C0 | B9 | 84 | 0 | 4 | 1F | 19 | 35 | 20 | 40 |
| Octal | 300 | 271 | 204 | 0 | 4 | 37 | 31 | 65 | 40 | 100 |
| Binary | 11000000 | 10111001 | 10000100 | 0 | 100 | 11111 | 11001 | 110101 | 100000 | 1000000 |
Color Harmonies of #C0B984
Complementary color
Monochromatic Colors of #C0B984
Black with #C0B984
Text Example
Text Example
White with #C0B984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B984; }
p { color: rgb(192,185,132); }
H1.HeaderClassName
{
color: #C0B984;
}
.AnyTagClassName
{
color: #C0B984;
}
</style>
background-color css
<style>
a { background-color: #C0B984; }
a { background-color: rgb(192,185,132); }
div.DivClassName
{
background-color: #C0B984;
}
.BgClassName
{
background-color: #C0B984;
}
</style>
border-color css
<style>
span { border-color: #C0B984; }
span { border-color: rgb(192,185,132); }
td.TdClassName
{
border-color: #C0B984;
}
.TagClassName
{
border-color: #C0B984;
}
</style>