Shades of Ecru #C7B47A
Tints of Ecru #C7B47A
RGB
CMYK
RGB Variations
Color information
#C7B47A (or 0xC7B47A) is known color: Ecru. HEX triplet: C7, B4 and 7A. RGB value is (199,180,122). Sum of RGB (Red+Green+Blue) = 199+180+122=501 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.72% from 501); Green value is 180 (70.70% from 255 or 35.93% from 501); Blue value is 122 (48.05% from 255 or 24.35% from 501); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B47A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7B47A is #384B85. Grayscale: #B3B3B3. Windows color (decimal): -3689350 or 8041671. OLE color: 8041671.
HSL color Cylindrical-coordinate representation of color #C7B47A: hue angle of 45.19º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C7B47A is Cyan = 0, Magento = 0.10, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 180 | 122 | - |
| CMYK | 0 | 0.10 | 0.39 | 0.22 |
| HSL | 45.19º | 0.41% | 0.63% | - |
| HSV(B) | 45.19º | 0.39% | 0.78% | - |
| XYZ | 43.39 | 46.19 | 25.04 | - |
| YUV | 179.07 | 95.79 | 142.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 180 | 122 | 0 | 0.10 | 0.39 | 0.22 | 45.19 | 0.41 | 0.63 |
| Hex | C7 | B4 | 7A | 0 | A | 27 | 16 | 2D | 29 | 3F |
| Octal | 307 | 264 | 172 | 0 | 12 | 47 | 26 | 55 | 51 | 77 |
| Binary | 11000111 | 10110100 | 1111010 | 0 | 1010 | 100111 | 10110 | 101101 | 101001 | 111111 |
Color Harmonies of #C7B47A
Complementary color
Monochromatic Colors of #C7B47A
Black with #C7B47A
Text Example
Text Example
White with #C7B47A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B47A; }
p { color: rgb(199,180,122); }
H1.HeaderClassName
{
color: #C7B47A;
}
.AnyTagClassName
{
color: #C7B47A;
}
</style>
background-color css
<style>
a { background-color: #C7B47A; }
a { background-color: rgb(199,180,122); }
div.DivClassName
{
background-color: #C7B47A;
}
.BgClassName
{
background-color: #C7B47A;
}
</style>
border-color css
<style>
span { border-color: #C7B47A; }
span { border-color: rgb(199,180,122); }
td.TdClassName
{
border-color: #C7B47A;
}
.TagClassName
{
border-color: #C7B47A;
}
</style>