Shades of Ecru #C7B47D
Tints of Ecru #C7B47D
RGB
CMYK
RGB Variations
Color information
#C7B47D (or 0xC7B47D) is known color: Ecru. HEX triplet: C7, B4 and 7D. RGB value is (199,180,125). Sum of RGB (Red+Green+Blue) = 199+180+125=504 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.48% from 504); Green value is 180 (70.70% from 255 or 35.71% from 504); Blue value is 125 (49.22% from 255 or 24.80% from 504); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B47D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7B47D is #384B82. Grayscale: #B3B3B3. Windows color (decimal): -3689347 or 8238279. OLE color: 8238279.
HSL color Cylindrical-coordinate representation of color #C7B47D: hue angle of 44.59º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C7B47D is Cyan = 0, Magento = 0.10, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 180 | 125 | - |
| CMYK | 0 | 0.10 | 0.37 | 0.22 |
| HSL | 44.59º | 0.4% | 0.64% | - |
| HSV(B) | 44.59º | 0.37% | 0.78% | - |
| XYZ | 43.58 | 46.27 | 26.04 | - |
| YUV | 179.41 | 97.29 | 141.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 180 | 125 | 0 | 0.10 | 0.37 | 0.22 | 44.59 | 0.4 | 0.64 |
| Hex | C7 | B4 | 7D | 0 | A | 25 | 16 | 2D | 28 | 40 |
| Octal | 307 | 264 | 175 | 0 | 12 | 45 | 26 | 55 | 50 | 100 |
| Binary | 11000111 | 10110100 | 1111101 | 0 | 1010 | 100101 | 10110 | 101101 | 101000 | 1000000 |
Color Harmonies of #C7B47D
Complementary color
Monochromatic Colors of #C7B47D
Black with #C7B47D
Text Example
Text Example
White with #C7B47D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B47D; }
p { color: rgb(199,180,125); }
H1.HeaderClassName
{
color: #C7B47D;
}
.AnyTagClassName
{
color: #C7B47D;
}
</style>
background-color css
<style>
a { background-color: #C7B47D; }
a { background-color: rgb(199,180,125); }
div.DivClassName
{
background-color: #C7B47D;
}
.BgClassName
{
background-color: #C7B47D;
}
</style>
border-color css
<style>
span { border-color: #C7B47D; }
span { border-color: rgb(199,180,125); }
td.TdClassName
{
border-color: #C7B47D;
}
.TagClassName
{
border-color: #C7B47D;
}
</style>