Shades of Ecru #C0B586
Tints of Ecru #C0B586
RGB
CMYK
RGB Variations
Color information
#C0B586 (or 0xC0B586) is known color: Ecru. HEX triplet: C0, B5 and 86. RGB value is (192,181,134). Sum of RGB (Red+Green+Blue) = 192+181+134=507 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.87% from 507); Green value is 181 (71.09% from 255 or 35.70% from 507); Blue value is 134 (52.73% from 255 or 26.43% from 507); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B586 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0B586 is #3F4A79. Grayscale: #B3B3B3. Windows color (decimal): -4147834 or 8828352. OLE color: 8828352.
HSL color Cylindrical-coordinate representation of color #C0B586: hue angle of 48.62º 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 #C0B586 is Cyan = 0, Magento = 0.06, Yellow = 0.30 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 181 | 134 | - |
| CMYK | 0 | 0.06 | 0.30 | 0.25 |
| HSL | 48.62º | 0.32% | 0.64% | - |
| HSV(B) | 48.62º | 0.3% | 0.75% | - |
| XYZ | 42.57 | 45.98 | 29.18 | - |
| YUV | 178.93 | 102.64 | 137.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 181 | 134 | 0 | 0.06 | 0.30 | 0.25 | 48.62 | 0.32 | 0.64 |
| Hex | C0 | B5 | 86 | 0 | 6 | 1E | 19 | 31 | 20 | 40 |
| Octal | 300 | 265 | 206 | 0 | 6 | 36 | 31 | 61 | 40 | 100 |
| Binary | 11000000 | 10110101 | 10000110 | 0 | 110 | 11110 | 11001 | 110001 | 100000 | 1000000 |
Color Harmonies of #C0B586
Complementary color
Monochromatic Colors of #C0B586
Black with #C0B586
Text Example
Text Example
White with #C0B586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B586; }
p { color: rgb(192,181,134); }
H1.HeaderClassName
{
color: #C0B586;
}
.AnyTagClassName
{
color: #C0B586;
}
</style>
background-color css
<style>
a { background-color: #C0B586; }
a { background-color: rgb(192,181,134); }
div.DivClassName
{
background-color: #C0B586;
}
.BgClassName
{
background-color: #C0B586;
}
</style>
border-color css
<style>
span { border-color: #C0B586; }
span { border-color: rgb(192,181,134); }
td.TdClassName
{
border-color: #C0B586;
}
.TagClassName
{
border-color: #C0B586;
}
</style>