Shades of Ecru #C0B086
Tints of Ecru #C0B086
RGB
CMYK
RGB Variations
Color information
#C0B086 (or 0xC0B086) is known color: Ecru. HEX triplet: C0, B0 and 86. RGB value is (192,176,134). Sum of RGB (Red+Green+Blue) = 192+176+134=502 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.25% from 502); Green value is 176 (69.14% from 255 or 35.06% from 502); Blue value is 134 (52.73% from 255 or 26.69% from 502); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B086 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0B086 is #3F4F79. Grayscale: #B0B0B0. Windows color (decimal): -4149114 or 8827072. OLE color: 8827072.
HSL color Cylindrical-coordinate representation of color #C0B086: hue angle of 43.45º 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 #C0B086 is Cyan = 0, Magento = 0.08, Yellow = 0.30 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 176 | 134 | - |
| CMYK | 0 | 0.08 | 0.30 | 0.25 |
| HSL | 43.45º | 0.32% | 0.64% | - |
| HSV(B) | 43.45º | 0.3% | 0.75% | - |
| XYZ | 41.57 | 43.98 | 28.85 | - |
| YUV | 176 | 104.3 | 139.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 176 | 134 | 0 | 0.08 | 0.30 | 0.25 | 43.45 | 0.32 | 0.64 |
| Hex | C0 | B0 | 86 | 0 | 8 | 1E | 19 | 2B | 20 | 40 |
| Octal | 300 | 260 | 206 | 0 | 10 | 36 | 31 | 53 | 40 | 100 |
| Binary | 11000000 | 10110000 | 10000110 | 0 | 1000 | 11110 | 11001 | 101011 | 100000 | 1000000 |
Color Harmonies of #C0B086
Complementary color
Monochromatic Colors of #C0B086
Black with #C0B086
Text Example
Text Example
White with #C0B086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B086; }
p { color: rgb(192,176,134); }
H1.HeaderClassName
{
color: #C0B086;
}
.AnyTagClassName
{
color: #C0B086;
}
</style>
background-color css
<style>
a { background-color: #C0B086; }
a { background-color: rgb(192,176,134); }
div.DivClassName
{
background-color: #C0B086;
}
.BgClassName
{
background-color: #C0B086;
}
</style>
border-color css
<style>
span { border-color: #C0B086; }
span { border-color: rgb(192,176,134); }
td.TdClassName
{
border-color: #C0B086;
}
.TagClassName
{
border-color: #C0B086;
}
</style>