Shades of Coriander #C0BD8C
Tints of Coriander #C0BD8C
RGB
CMYK
RGB Variations
Color information
#C0BD8C (or 0xC0BD8C) is known color: Coriander. HEX triplet: C0, BD and 8C. RGB value is (192,189,140). Sum of RGB (Red+Green+Blue) = 192+189+140=521 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.85% from 521); Green value is 189 (74.22% from 255 or 36.28% from 521); Blue value is 140 (55.08% from 255 or 26.87% from 521); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BD8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0BD8C is #3F4273. Grayscale: #B8B8B8. Windows color (decimal): -4145780 or 9223616. OLE color: 9223616.
HSL color Cylindrical-coordinate representation of color #C0BD8C: hue angle of 56.54º degrees, saturation: 0.29, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C0BD8C is Cyan = 0, Magento = 0.02, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 189 | 140 | - |
| CMYK | 0 | 0.02 | 0.27 | 0.25 |
| HSL | 56.54º | 0.29% | 0.65% | - |
| HSV(B) | 56.54º | 0.27% | 0.75% | - |
| XYZ | 44.67 | 49.5 | 32.01 | - |
| YUV | 184.31 | 102.99 | 133.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 189 | 140 | 0 | 0.02 | 0.27 | 0.25 | 56.54 | 0.29 | 0.65 |
| Hex | C0 | BD | 8C | 0 | 2 | 1B | 19 | 39 | 1D | 41 |
| Octal | 300 | 275 | 214 | 0 | 2 | 33 | 31 | 71 | 35 | 101 |
| Binary | 11000000 | 10111101 | 10001100 | 0 | 10 | 11011 | 11001 | 111001 | 11101 | 1000001 |
Color Harmonies of #C0BD8C
Complementary color
Monochromatic Colors of #C0BD8C
Black with #C0BD8C
Text Example
Text Example
White with #C0BD8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BD8C; }
p { color: rgb(192,189,140); }
H1.HeaderClassName
{
color: #C0BD8C;
}
.AnyTagClassName
{
color: #C0BD8C;
}
</style>
background-color css
<style>
a { background-color: #C0BD8C; }
a { background-color: rgb(192,189,140); }
div.DivClassName
{
background-color: #C0BD8C;
}
.BgClassName
{
background-color: #C0BD8C;
}
</style>
border-color css
<style>
span { border-color: #C0BD8C; }
span { border-color: rgb(192,189,140); }
td.TdClassName
{
border-color: #C0BD8C;
}
.TagClassName
{
border-color: #C0BD8C;
}
</style>