Shades of Ecru #C7B575
Tints of Ecru #C7B575
RGB
CMYK
RGB Variations
Color information
#C7B575 (or 0xC7B575) is known color: Ecru. HEX triplet: C7, B5 and 75. RGB value is (199,181,117). Sum of RGB (Red+Green+Blue) = 199+181+117=497 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.04% from 497); Green value is 181 (71.09% from 255 or 36.42% from 497); Blue value is 117 (46.09% from 255 or 23.54% from 497); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B575 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7B575 is #384A8A. Grayscale: #B3B3B3. Windows color (decimal): -3689099 or 7714247. OLE color: 7714247.
HSL color Cylindrical-coordinate representation of color #C7B575: hue angle of 46.83º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C7B575 is Cyan = 0, Magento = 0.09, Yellow = 0.41 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 181 | 117 | - |
| CMYK | 0 | 0.09 | 0.41 | 0.22 |
| HSL | 46.83º | 0.42% | 0.62% | - |
| HSV(B) | 46.83º | 0.41% | 0.78% | - |
| XYZ | 43.29 | 46.47 | 23.52 | - |
| YUV | 179.09 | 92.96 | 142.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 181 | 117 | 0 | 0.09 | 0.41 | 0.22 | 46.83 | 0.42 | 0.62 |
| Hex | C7 | B5 | 75 | 0 | 9 | 29 | 16 | 2F | 2A | 3E |
| Octal | 307 | 265 | 165 | 0 | 11 | 51 | 26 | 57 | 52 | 76 |
| Binary | 11000111 | 10110101 | 1110101 | 0 | 1001 | 101001 | 10110 | 101111 | 101010 | 111110 |
Color Harmonies of #C7B575
Complementary color
Monochromatic Colors of #C7B575
Black with #C7B575
Text Example
Text Example
White with #C7B575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B575; }
p { color: rgb(199,181,117); }
H1.HeaderClassName
{
color: #C7B575;
}
.AnyTagClassName
{
color: #C7B575;
}
</style>
background-color css
<style>
a { background-color: #C7B575; }
a { background-color: rgb(199,181,117); }
div.DivClassName
{
background-color: #C7B575;
}
.BgClassName
{
background-color: #C7B575;
}
</style>
border-color css
<style>
span { border-color: #C7B575; }
span { border-color: rgb(199,181,117); }
td.TdClassName
{
border-color: #C7B575;
}
.TagClassName
{
border-color: #C7B575;
}
</style>