Shades of Ecru #C0B085
Tints of Ecru #C0B085
RGB
CMYK
RGB Variations
Color information
#C0B085 (or 0xC0B085) is known color: Ecru. HEX triplet: C0, B0 and 85. RGB value is (192,176,133). Sum of RGB (Red+Green+Blue) = 192+176+133=501 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.32% from 501); Green value is 176 (69.14% from 255 or 35.13% from 501); Blue value is 133 (52.34% from 255 or 26.55% from 501); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B085 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0B085 is #3F4F7A. Grayscale: #B0B0B0. Windows color (decimal): -4149115 or 8761536. OLE color: 8761536.
HSL color Cylindrical-coordinate representation of color #C0B085: hue angle of 43.73º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C0B085 is Cyan = 0, Magento = 0.08, Yellow = 0.31 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 176 | 133 | - |
| CMYK | 0 | 0.08 | 0.31 | 0.25 |
| HSL | 43.73º | 0.32% | 0.64% | - |
| HSV(B) | 43.73º | 0.31% | 0.75% | - |
| XYZ | 41.5 | 43.95 | 28.49 | - |
| YUV | 175.88 | 103.8 | 139.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 176 | 133 | 0 | 0.08 | 0.31 | 0.25 | 43.73 | 0.32 | 0.64 |
| Hex | C0 | B0 | 85 | 0 | 8 | 1F | 19 | 2C | 20 | 40 |
| Octal | 300 | 260 | 205 | 0 | 10 | 37 | 31 | 54 | 40 | 100 |
| Binary | 11000000 | 10110000 | 10000101 | 0 | 1000 | 11111 | 11001 | 101100 | 100000 | 1000000 |
Color Harmonies of #C0B085
Complementary color
Monochromatic Colors of #C0B085
Black with #C0B085
Text Example
Text Example
White with #C0B085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B085; }
p { color: rgb(192,176,133); }
H1.HeaderClassName
{
color: #C0B085;
}
.AnyTagClassName
{
color: #C0B085;
}
</style>
background-color css
<style>
a { background-color: #C0B085; }
a { background-color: rgb(192,176,133); }
div.DivClassName
{
background-color: #C0B085;
}
.BgClassName
{
background-color: #C0B085;
}
</style>
border-color css
<style>
span { border-color: #C0B085; }
span { border-color: rgb(192,176,133); }
td.TdClassName
{
border-color: #C0B085;
}
.TagClassName
{
border-color: #C0B085;
}
</style>