Shades of Ecru #C7B578
Tints of Ecru #C7B578
RGB
CMYK
RGB Variations
Color information
#C7B578 (or 0xC7B578) is known color: Ecru. HEX triplet: C7, B5 and 78. RGB value is (199,181,120). Sum of RGB (Red+Green+Blue) = 199+181+120=500 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.8% from 500); Green value is 181 (71.09% from 255 or 36.2% from 500); Blue value is 120 (47.27% from 255 or 24% from 500); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B578 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7B578 is #384A87. Grayscale: #B3B3B3. Windows color (decimal): -3689096 or 7910855. OLE color: 7910855.
HSL color Cylindrical-coordinate representation of color #C7B578: hue angle of 46.33º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C7B578 is Cyan = 0, Magento = 0.09, Yellow = 0.40 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 181 | 120 | - |
| CMYK | 0 | 0.09 | 0.40 | 0.22 |
| HSL | 46.33º | 0.41% | 0.63% | - |
| HSV(B) | 46.33º | 0.4% | 0.78% | - |
| XYZ | 43.47 | 46.55 | 24.46 | - |
| YUV | 179.43 | 94.46 | 141.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 181 | 120 | 0 | 0.09 | 0.40 | 0.22 | 46.33 | 0.41 | 0.63 |
| Hex | C7 | B5 | 78 | 0 | 9 | 28 | 16 | 2E | 29 | 3F |
| Octal | 307 | 265 | 170 | 0 | 11 | 50 | 26 | 56 | 51 | 77 |
| Binary | 11000111 | 10110101 | 1111000 | 0 | 1001 | 101000 | 10110 | 101110 | 101001 | 111111 |
Color Harmonies of #C7B578
Complementary color
Monochromatic Colors of #C7B578
Black with #C7B578
Text Example
Text Example
White with #C7B578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B578; }
p { color: rgb(199,181,120); }
H1.HeaderClassName
{
color: #C7B578;
}
.AnyTagClassName
{
color: #C7B578;
}
</style>
background-color css
<style>
a { background-color: #C7B578; }
a { background-color: rgb(199,181,120); }
div.DivClassName
{
background-color: #C7B578;
}
.BgClassName
{
background-color: #C7B578;
}
</style>
border-color css
<style>
span { border-color: #C7B578; }
span { border-color: rgb(199,181,120); }
td.TdClassName
{
border-color: #C7B578;
}
.TagClassName
{
border-color: #C7B578;
}
</style>