Shades of Ecru #C0B577
Tints of Ecru #C0B577
RGB
CMYK
RGB Variations
Color information
#C0B577 (or 0xC0B577) is known color: Ecru. HEX triplet: C0, B5 and 77. RGB value is (192,181,119). Sum of RGB (Red+Green+Blue) = 192+181+119=492 (65% of max value = 765). Red value is 192 (75.39% from 255 or 39.02% from 492); Green value is 181 (71.09% from 255 or 36.79% from 492); Blue value is 119 (46.88% from 255 or 24.19% from 492); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B577 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0B577 is #3F4A88. Grayscale: #B1B1B1. Windows color (decimal): -4147849 or 7845312. OLE color: 7845312.
HSL color Cylindrical-coordinate representation of color #C0B577: hue angle of 50.96º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C0B577 is Cyan = 0, Magento = 0.06, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 181 | 119 | - |
| CMYK | 0 | 0.06 | 0.38 | 0.25 |
| HSL | 50.96º | 0.37% | 0.61% | - |
| HSV(B) | 50.96º | 0.38% | 0.75% | - |
| XYZ | 41.59 | 45.59 | 24.06 | - |
| YUV | 177.22 | 95.14 | 138.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 181 | 119 | 0 | 0.06 | 0.38 | 0.25 | 50.96 | 0.37 | 0.61 |
| Hex | C0 | B5 | 77 | 0 | 6 | 26 | 19 | 33 | 25 | 3D |
| Octal | 300 | 265 | 167 | 0 | 6 | 46 | 31 | 63 | 45 | 75 |
| Binary | 11000000 | 10110101 | 1110111 | 0 | 110 | 100110 | 11001 | 110011 | 100101 | 111101 |
Color Harmonies of #C0B577
Complementary color
Monochromatic Colors of #C0B577
Black with #C0B577
Text Example
Text Example
White with #C0B577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B577; }
p { color: rgb(192,181,119); }
H1.HeaderClassName
{
color: #C0B577;
}
.AnyTagClassName
{
color: #C0B577;
}
</style>
background-color css
<style>
a { background-color: #C0B577; }
a { background-color: rgb(192,181,119); }
div.DivClassName
{
background-color: #C0B577;
}
.BgClassName
{
background-color: #C0B577;
}
</style>
border-color css
<style>
span { border-color: #C0B577; }
span { border-color: rgb(192,181,119); }
td.TdClassName
{
border-color: #C0B577;
}
.TagClassName
{
border-color: #C0B577;
}
</style>