Shades of Coriander #C0BD8B
Tints of Coriander #C0BD8B
RGB
CMYK
RGB Variations
Color information
#C0BD8B (or 0xC0BD8B) is known color: Coriander. HEX triplet: C0, BD and 8B. RGB value is (192,189,139). Sum of RGB (Red+Green+Blue) = 192+189+139=520 (68% of max value = 765). Red value is 192 (75.39% from 255 or 36.92% from 520); Green value is 189 (74.22% from 255 or 36.35% from 520); Blue value is 139 (54.69% from 255 or 26.73% from 520); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BD8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0BD8B is #3F4274. Grayscale: #B8B8B8. Windows color (decimal): -4145781 or 9158080. OLE color: 9158080.
HSL color Cylindrical-coordinate representation of color #C0BD8B: hue angle of 56.6º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C0BD8B is Cyan = 0, Magento = 0.02, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 189 | 139 | - |
| CMYK | 0 | 0.02 | 0.28 | 0.25 |
| HSL | 56.6º | 0.3% | 0.65% | - |
| HSV(B) | 56.6º | 0.28% | 0.75% | - |
| XYZ | 44.6 | 49.47 | 31.62 | - |
| YUV | 184.2 | 102.49 | 133.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 189 | 139 | 0 | 0.02 | 0.28 | 0.25 | 56.6 | 0.3 | 0.65 |
| Hex | C0 | BD | 8B | 0 | 2 | 1C | 19 | 39 | 1E | 41 |
| Octal | 300 | 275 | 213 | 0 | 2 | 34 | 31 | 71 | 36 | 101 |
| Binary | 11000000 | 10111101 | 10001011 | 0 | 10 | 11100 | 11001 | 111001 | 11110 | 1000001 |
Color Harmonies of #C0BD8B
Complementary color
Monochromatic Colors of #C0BD8B
Black with #C0BD8B
Text Example
Text Example
White with #C0BD8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BD8B; }
p { color: rgb(192,189,139); }
H1.HeaderClassName
{
color: #C0BD8B;
}
.AnyTagClassName
{
color: #C0BD8B;
}
</style>
background-color css
<style>
a { background-color: #C0BD8B; }
a { background-color: rgb(192,189,139); }
div.DivClassName
{
background-color: #C0BD8B;
}
.BgClassName
{
background-color: #C0BD8B;
}
</style>
border-color css
<style>
span { border-color: #C0BD8B; }
span { border-color: rgb(192,189,139); }
td.TdClassName
{
border-color: #C0BD8B;
}
.TagClassName
{
border-color: #C0BD8B;
}
</style>