Shades of Ecru #C0B386
Tints of Ecru #C0B386
RGB
CMYK
RGB Variations
Color information
#C0B386 (or 0xC0B386) is known color: Ecru. HEX triplet: C0, B3 and 86. RGB value is (192,179,134). Sum of RGB (Red+Green+Blue) = 192+179+134=505 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.02% from 505); Green value is 179 (70.31% from 255 or 35.45% from 505); Blue value is 134 (52.73% from 255 or 26.53% from 505); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B386 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0B386 is #3F4C79. Grayscale: #B1B1B1. Windows color (decimal): -4148346 or 8827840. OLE color: 8827840.
HSL color Cylindrical-coordinate representation of color #C0B386: hue angle of 46.55º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C0B386 is Cyan = 0, Magento = 0.07, Yellow = 0.30 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 179 | 134 | - |
| CMYK | 0 | 0.07 | 0.30 | 0.25 |
| HSL | 46.55º | 0.32% | 0.64% | - |
| HSV(B) | 46.55º | 0.3% | 0.75% | - |
| XYZ | 42.16 | 45.17 | 29.05 | - |
| YUV | 177.76 | 103.31 | 138.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 179 | 134 | 0 | 0.07 | 0.30 | 0.25 | 46.55 | 0.32 | 0.64 |
| Hex | C0 | B3 | 86 | 0 | 7 | 1E | 19 | 2F | 20 | 40 |
| Octal | 300 | 263 | 206 | 0 | 7 | 36 | 31 | 57 | 40 | 100 |
| Binary | 11000000 | 10110011 | 10000110 | 0 | 111 | 11110 | 11001 | 101111 | 100000 | 1000000 |
Color Harmonies of #C0B386
Complementary color
Monochromatic Colors of #C0B386
Black with #C0B386
Text Example
Text Example
White with #C0B386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B386; }
p { color: rgb(192,179,134); }
H1.HeaderClassName
{
color: #C0B386;
}
.AnyTagClassName
{
color: #C0B386;
}
</style>
background-color css
<style>
a { background-color: #C0B386; }
a { background-color: rgb(192,179,134); }
div.DivClassName
{
background-color: #C0B386;
}
.BgClassName
{
background-color: #C0B386;
}
</style>
border-color css
<style>
span { border-color: #C0B386; }
span { border-color: rgb(192,179,134); }
td.TdClassName
{
border-color: #C0B386;
}
.TagClassName
{
border-color: #C0B386;
}
</style>