Shades of Ecru #C7B47F
Tints of Ecru #C7B47F
RGB
CMYK
RGB Variations
Color information
#C7B47F (or 0xC7B47F) is known color: Ecru. HEX triplet: C7, B4 and 7F. RGB value is (199,180,127). Sum of RGB (Red+Green+Blue) = 199+180+127=506 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.33% from 506); Green value is 180 (70.70% from 255 or 35.57% from 506); Blue value is 127 (50% from 255 or 25.10% from 506); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B47F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7B47F is #384B80. Grayscale: #B3B3B3. Windows color (decimal): -3689345 or 8369351. OLE color: 8369351.
HSL color Cylindrical-coordinate representation of color #C7B47F: hue angle of 44.17º degrees, saturation: 0.39, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C7B47F is Cyan = 0, Magento = 0.10, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 180 | 127 | - |
| CMYK | 0 | 0.10 | 0.36 | 0.22 |
| HSL | 44.17º | 0.39% | 0.64% | - |
| HSV(B) | 44.17º | 0.36% | 0.78% | - |
| XYZ | 43.71 | 46.32 | 26.72 | - |
| YUV | 179.64 | 98.29 | 141.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 180 | 127 | 0 | 0.10 | 0.36 | 0.22 | 44.17 | 0.39 | 0.64 |
| Hex | C7 | B4 | 7F | 0 | A | 24 | 16 | 2C | 27 | 40 |
| Octal | 307 | 264 | 177 | 0 | 12 | 44 | 26 | 54 | 47 | 100 |
| Binary | 11000111 | 10110100 | 1111111 | 0 | 1010 | 100100 | 10110 | 101100 | 100111 | 1000000 |
Color Harmonies of #C7B47F
Complementary color
Monochromatic Colors of #C7B47F
Black with #C7B47F
Text Example
Text Example
White with #C7B47F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B47F; }
p { color: rgb(199,180,127); }
H1.HeaderClassName
{
color: #C7B47F;
}
.AnyTagClassName
{
color: #C7B47F;
}
</style>
background-color css
<style>
a { background-color: #C7B47F; }
a { background-color: rgb(199,180,127); }
div.DivClassName
{
background-color: #C7B47F;
}
.BgClassName
{
background-color: #C7B47F;
}
</style>
border-color css
<style>
span { border-color: #C7B47F; }
span { border-color: rgb(199,180,127); }
td.TdClassName
{
border-color: #C7B47F;
}
.TagClassName
{
border-color: #C7B47F;
}
</style>