Shades of Ecru #C7B185
Tints of Ecru #C7B185
RGB
CMYK
RGB Variations
Color information
#C7B185 (or 0xC7B185) is known color: Ecru. HEX triplet: C7, B1 and 85. RGB value is (199,177,133). Sum of RGB (Red+Green+Blue) = 199+177+133=509 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.10% from 509); Green value is 177 (69.53% from 255 or 34.77% from 509); Blue value is 133 (52.34% from 255 or 26.13% from 509); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B185 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7B185 is #384E7A. Grayscale: #B2B2B2. Windows color (decimal): -3690107 or 8761799. OLE color: 8761799.
HSL color Cylindrical-coordinate representation of color #C7B185: hue angle of 40º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C7B185 is Cyan = 0, Magento = 0.11, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 177 | 133 | - |
| CMYK | 0 | 0.11 | 0.33 | 0.22 |
| HSL | 40º | 0.37% | 0.65% | - |
| HSV(B) | 40º | 0.33% | 0.78% | - |
| XYZ | 43.51 | 45.28 | 28.64 | - |
| YUV | 178.56 | 102.29 | 142.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 177 | 133 | 0 | 0.11 | 0.33 | 0.22 | 40 | 0.37 | 0.65 |
| Hex | C7 | B1 | 85 | 0 | B | 21 | 16 | 28 | 25 | 41 |
| Octal | 307 | 261 | 205 | 0 | 13 | 41 | 26 | 50 | 45 | 101 |
| Binary | 11000111 | 10110001 | 10000101 | 0 | 1011 | 100001 | 10110 | 101000 | 100101 | 1000001 |
Color Harmonies of #C7B185
Complementary color
Monochromatic Colors of #C7B185
Black with #C7B185
Text Example
Text Example
White with #C7B185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B185; }
p { color: rgb(199,177,133); }
H1.HeaderClassName
{
color: #C7B185;
}
.AnyTagClassName
{
color: #C7B185;
}
</style>
background-color css
<style>
a { background-color: #C7B185; }
a { background-color: rgb(199,177,133); }
div.DivClassName
{
background-color: #C7B185;
}
.BgClassName
{
background-color: #C7B185;
}
</style>
border-color css
<style>
span { border-color: #C7B185; }
span { border-color: rgb(199,177,133); }
td.TdClassName
{
border-color: #C7B185;
}
.TagClassName
{
border-color: #C7B185;
}
</style>