Shades of Ecru #C7B37E
Tints of Ecru #C7B37E
RGB
CMYK
RGB Variations
Color information
#C7B37E (or 0xC7B37E) is known color: Ecru. HEX triplet: C7, B3 and 7E. RGB value is (199,179,126). Sum of RGB (Red+Green+Blue) = 199+179+126=504 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.48% from 504); Green value is 179 (70.31% from 255 or 35.52% from 504); Blue value is 126 (49.61% from 255 or 25% from 504); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B37E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7B37E is #384C81. Grayscale: #B3B3B3. Windows color (decimal): -3689602 or 8303559. OLE color: 8303559.
HSL color Cylindrical-coordinate representation of color #C7B37E: hue angle of 43.56º degrees, saturation: 0.39, 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 #C7B37E is Cyan = 0, Magento = 0.10, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 179 | 126 | - |
| CMYK | 0 | 0.10 | 0.37 | 0.22 |
| HSL | 43.56º | 0.39% | 0.64% | - |
| HSV(B) | 43.56º | 0.37% | 0.78% | - |
| XYZ | 43.44 | 45.89 | 26.31 | - |
| YUV | 178.94 | 98.13 | 142.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 179 | 126 | 0 | 0.10 | 0.37 | 0.22 | 43.56 | 0.39 | 0.64 |
| Hex | C7 | B3 | 7E | 0 | A | 25 | 16 | 2C | 27 | 40 |
| Octal | 307 | 263 | 176 | 0 | 12 | 45 | 26 | 54 | 47 | 100 |
| Binary | 11000111 | 10110011 | 1111110 | 0 | 1010 | 100101 | 10110 | 101100 | 100111 | 1000000 |
Color Harmonies of #C7B37E
Complementary color
Monochromatic Colors of #C7B37E
Black with #C7B37E
Text Example
Text Example
White with #C7B37E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B37E; }
p { color: rgb(199,179,126); }
H1.HeaderClassName
{
color: #C7B37E;
}
.AnyTagClassName
{
color: #C7B37E;
}
</style>
background-color css
<style>
a { background-color: #C7B37E; }
a { background-color: rgb(199,179,126); }
div.DivClassName
{
background-color: #C7B37E;
}
.BgClassName
{
background-color: #C7B37E;
}
</style>
border-color css
<style>
span { border-color: #C7B37E; }
span { border-color: rgb(199,179,126); }
td.TdClassName
{
border-color: #C7B37E;
}
.TagClassName
{
border-color: #C7B37E;
}
</style>