Shades of Coriander #C0BD8E
Tints of Coriander #C0BD8E
RGB
CMYK
RGB Variations
Color information
#C0BD8E (or 0xC0BD8E) is known color: Coriander. HEX triplet: C0, BD and 8E. RGB value is (192,189,142). Sum of RGB (Red+Green+Blue) = 192+189+142=523 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.71% from 523); Green value is 189 (74.22% from 255 or 36.14% from 523); Blue value is 142 (55.86% from 255 or 27.15% from 523); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BD8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0BD8E is #3F4271. Grayscale: #B8B8B8. Windows color (decimal): -4145778 or 9354688. OLE color: 9354688.
HSL color Cylindrical-coordinate representation of color #C0BD8E: hue angle of 56.4º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C0BD8E is Cyan = 0, Magento = 0.02, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 189 | 142 | - |
| CMYK | 0 | 0.02 | 0.26 | 0.25 |
| HSL | 56.4º | 0.28% | 0.65% | - |
| HSV(B) | 56.4º | 0.26% | 0.75% | - |
| XYZ | 44.82 | 49.55 | 32.79 | - |
| YUV | 184.54 | 103.99 | 133.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 189 | 142 | 0 | 0.02 | 0.26 | 0.25 | 56.4 | 0.28 | 0.65 |
| Hex | C0 | BD | 8E | 0 | 2 | 1A | 19 | 38 | 1C | 41 |
| Octal | 300 | 275 | 216 | 0 | 2 | 32 | 31 | 70 | 34 | 101 |
| Binary | 11000000 | 10111101 | 10001110 | 0 | 10 | 11010 | 11001 | 111000 | 11100 | 1000001 |
Color Harmonies of #C0BD8E
Complementary color
Monochromatic Colors of #C0BD8E
Black with #C0BD8E
Text Example
Text Example
White with #C0BD8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BD8E; }
p { color: rgb(192,189,142); }
H1.HeaderClassName
{
color: #C0BD8E;
}
.AnyTagClassName
{
color: #C0BD8E;
}
</style>
background-color css
<style>
a { background-color: #C0BD8E; }
a { background-color: rgb(192,189,142); }
div.DivClassName
{
background-color: #C0BD8E;
}
.BgClassName
{
background-color: #C0BD8E;
}
</style>
border-color css
<style>
span { border-color: #C0BD8E; }
span { border-color: rgb(192,189,142); }
td.TdClassName
{
border-color: #C0BD8E;
}
.TagClassName
{
border-color: #C0BD8E;
}
</style>