Shades of Coriander #C0BD8F
Tints of Coriander #C0BD8F
RGB
CMYK
RGB Variations
Color information
#C0BD8F (or 0xC0BD8F) is known color: Coriander. HEX triplet: C0, BD and 8F. RGB value is (192,189,143). Sum of RGB (Red+Green+Blue) = 192+189+143=524 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.64% from 524); Green value is 189 (74.22% from 255 or 36.07% from 524); Blue value is 143 (56.25% from 255 or 27.29% from 524); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BD8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0BD8F is #3F4270. Grayscale: #B8B8B8. Windows color (decimal): -4145777 or 9420224. OLE color: 9420224.
HSL color Cylindrical-coordinate representation of color #C0BD8F: hue angle of 56.33º degrees, saturation: 0.28, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C0BD8F is Cyan = 0, Magento = 0.02, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 189 | 143 | - |
| CMYK | 0 | 0.02 | 0.26 | 0.25 |
| HSL | 56.33º | 0.28% | 0.66% | - |
| HSV(B) | 56.33º | 0.26% | 0.75% | - |
| XYZ | 44.89 | 49.58 | 33.19 | - |
| YUV | 184.65 | 104.49 | 133.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 189 | 143 | 0 | 0.02 | 0.26 | 0.25 | 56.33 | 0.28 | 0.66 |
| Hex | C0 | BD | 8F | 0 | 2 | 1A | 19 | 38 | 1C | 42 |
| Octal | 300 | 275 | 217 | 0 | 2 | 32 | 31 | 70 | 34 | 102 |
| Binary | 11000000 | 10111101 | 10001111 | 0 | 10 | 11010 | 11001 | 111000 | 11100 | 1000010 |
Color Harmonies of #C0BD8F
Complementary color
Monochromatic Colors of #C0BD8F
Black with #C0BD8F
Text Example
Text Example
White with #C0BD8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BD8F; }
p { color: rgb(192,189,143); }
H1.HeaderClassName
{
color: #C0BD8F;
}
.AnyTagClassName
{
color: #C0BD8F;
}
</style>
background-color css
<style>
a { background-color: #C0BD8F; }
a { background-color: rgb(192,189,143); }
div.DivClassName
{
background-color: #C0BD8F;
}
.BgClassName
{
background-color: #C0BD8F;
}
</style>
border-color css
<style>
span { border-color: #C0BD8F; }
span { border-color: rgb(192,189,143); }
td.TdClassName
{
border-color: #C0BD8F;
}
.TagClassName
{
border-color: #C0BD8F;
}
</style>