Shades of Ecru #C0B385
Tints of Ecru #C0B385
RGB
CMYK
RGB Variations
Color information
#C0B385 (or 0xC0B385) is known color: Ecru. HEX triplet: C0, B3 and 85. RGB value is (192,179,133). Sum of RGB (Red+Green+Blue) = 192+179+133=504 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.10% from 504); Green value is 179 (70.31% from 255 or 35.52% from 504); Blue value is 133 (52.34% from 255 or 26.39% from 504); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B385 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0B385 is #3F4C7A. Grayscale: #B1B1B1. Windows color (decimal): -4148347 or 8762304. OLE color: 8762304.
HSL color Cylindrical-coordinate representation of color #C0B385: hue angle of 46.78º 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 #C0B385 is Cyan = 0, Magento = 0.07, Yellow = 0.31 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 179 | 133 | - |
| CMYK | 0 | 0.07 | 0.31 | 0.25 |
| HSL | 46.78º | 0.32% | 0.64% | - |
| HSV(B) | 46.78º | 0.31% | 0.75% | - |
| XYZ | 42.09 | 45.14 | 28.68 | - |
| YUV | 177.64 | 102.81 | 138.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 179 | 133 | 0 | 0.07 | 0.31 | 0.25 | 46.78 | 0.32 | 0.64 |
| Hex | C0 | B3 | 85 | 0 | 7 | 1F | 19 | 2F | 20 | 40 |
| Octal | 300 | 263 | 205 | 0 | 7 | 37 | 31 | 57 | 40 | 100 |
| Binary | 11000000 | 10110011 | 10000101 | 0 | 111 | 11111 | 11001 | 101111 | 100000 | 1000000 |
Color Harmonies of #C0B385
Complementary color
Monochromatic Colors of #C0B385
Black with #C0B385
Text Example
Text Example
White with #C0B385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B385; }
p { color: rgb(192,179,133); }
H1.HeaderClassName
{
color: #C0B385;
}
.AnyTagClassName
{
color: #C0B385;
}
</style>
background-color css
<style>
a { background-color: #C0B385; }
a { background-color: rgb(192,179,133); }
div.DivClassName
{
background-color: #C0B385;
}
.BgClassName
{
background-color: #C0B385;
}
</style>
border-color css
<style>
span { border-color: #C0B385; }
span { border-color: rgb(192,179,133); }
td.TdClassName
{
border-color: #C0B385;
}
.TagClassName
{
border-color: #C0B385;
}
</style>