Shades of Coriander #C0BD8D
Tints of Coriander #C0BD8D
RGB
CMYK
RGB Variations
Color information
#C0BD8D (or 0xC0BD8D) is known color: Coriander. HEX triplet: C0, BD and 8D. RGB value is (192,189,141). Sum of RGB (Red+Green+Blue) = 192+189+141=522 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.78% from 522); Green value is 189 (74.22% from 255 or 36.21% from 522); Blue value is 141 (55.47% from 255 or 27.01% from 522); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BD8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0BD8D is #3F4272. Grayscale: #B8B8B8. Windows color (decimal): -4145779 or 9289152. OLE color: 9289152.
HSL color Cylindrical-coordinate representation of color #C0BD8D: hue angle of 56.47º 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 #C0BD8D is Cyan = 0, Magento = 0.02, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 189 | 141 | - |
| CMYK | 0 | 0.02 | 0.27 | 0.25 |
| HSL | 56.47º | 0.29% | 0.65% | - |
| HSV(B) | 56.47º | 0.27% | 0.75% | - |
| XYZ | 44.74 | 49.52 | 32.4 | - |
| YUV | 184.43 | 103.49 | 133.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 189 | 141 | 0 | 0.02 | 0.27 | 0.25 | 56.47 | 0.29 | 0.65 |
| Hex | C0 | BD | 8D | 0 | 2 | 1B | 19 | 38 | 1D | 41 |
| Octal | 300 | 275 | 215 | 0 | 2 | 33 | 31 | 70 | 35 | 101 |
| Binary | 11000000 | 10111101 | 10001101 | 0 | 10 | 11011 | 11001 | 111000 | 11101 | 1000001 |
Color Harmonies of #C0BD8D
Complementary color
Monochromatic Colors of #C0BD8D
Black with #C0BD8D
Text Example
Text Example
White with #C0BD8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BD8D; }
p { color: rgb(192,189,141); }
H1.HeaderClassName
{
color: #C0BD8D;
}
.AnyTagClassName
{
color: #C0BD8D;
}
</style>
background-color css
<style>
a { background-color: #C0BD8D; }
a { background-color: rgb(192,189,141); }
div.DivClassName
{
background-color: #C0BD8D;
}
.BgClassName
{
background-color: #C0BD8D;
}
</style>
border-color css
<style>
span { border-color: #C0BD8D; }
span { border-color: rgb(192,189,141); }
td.TdClassName
{
border-color: #C0BD8D;
}
.TagClassName
{
border-color: #C0BD8D;
}
</style>