Shades of Ecru #C0B585
Tints of Ecru #C0B585
RGB
CMYK
RGB Variations
Color information
#C0B585 (or 0xC0B585) is known color: Ecru. HEX triplet: C0, B5 and 85. RGB value is (192,181,133). Sum of RGB (Red+Green+Blue) = 192+181+133=506 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.94% from 506); Green value is 181 (71.09% from 255 or 35.77% from 506); Blue value is 133 (52.34% from 255 or 26.28% from 506); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B585 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0B585 is #3F4A7A. Grayscale: #B3B3B3. Windows color (decimal): -4147835 or 8762816. OLE color: 8762816.
HSL color Cylindrical-coordinate representation of color #C0B585: hue angle of 48.81º 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 #C0B585 is Cyan = 0, Magento = 0.06, Yellow = 0.31 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 181 | 133 | - |
| CMYK | 0 | 0.06 | 0.31 | 0.25 |
| HSL | 48.81º | 0.32% | 0.64% | - |
| HSV(B) | 48.81º | 0.31% | 0.75% | - |
| XYZ | 42.5 | 45.95 | 28.82 | - |
| YUV | 178.82 | 102.14 | 137.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 181 | 133 | 0 | 0.06 | 0.31 | 0.25 | 48.81 | 0.32 | 0.64 |
| Hex | C0 | B5 | 85 | 0 | 6 | 1F | 19 | 31 | 20 | 40 |
| Octal | 300 | 265 | 205 | 0 | 6 | 37 | 31 | 61 | 40 | 100 |
| Binary | 11000000 | 10110101 | 10000101 | 0 | 110 | 11111 | 11001 | 110001 | 100000 | 1000000 |
Color Harmonies of #C0B585
Complementary color
Monochromatic Colors of #C0B585
Black with #C0B585
Text Example
Text Example
White with #C0B585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B585; }
p { color: rgb(192,181,133); }
H1.HeaderClassName
{
color: #C0B585;
}
.AnyTagClassName
{
color: #C0B585;
}
</style>
background-color css
<style>
a { background-color: #C0B585; }
a { background-color: rgb(192,181,133); }
div.DivClassName
{
background-color: #C0B585;
}
.BgClassName
{
background-color: #C0B585;
}
</style>
border-color css
<style>
span { border-color: #C0B585; }
span { border-color: rgb(192,181,133); }
td.TdClassName
{
border-color: #C0B585;
}
.TagClassName
{
border-color: #C0B585;
}
</style>