Shades of Ecru #C7B07C
Tints of Ecru #C7B07C
RGB
CMYK
RGB Variations
Color information
#C7B07C (or 0xC7B07C) is known color: Ecru. HEX triplet: C7, B0 and 7C. RGB value is (199,176,124). Sum of RGB (Red+Green+Blue) = 199+176+124=499 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.88% from 499); Green value is 176 (69.14% from 255 or 35.27% from 499); Blue value is 124 (48.83% from 255 or 24.85% from 499); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B07C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7B07C is #384F83. Grayscale: #B1B1B1. Windows color (decimal): -3690372 or 8171719. OLE color: 8171719.
HSL color Cylindrical-coordinate representation of color #C7B07C: hue angle of 41.6º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C7B07C is Cyan = 0, Magento = 0.12, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 176 | 124 | - |
| CMYK | 0 | 0.12 | 0.38 | 0.22 |
| HSL | 41.6º | 0.4% | 0.63% | - |
| HSV(B) | 41.6º | 0.38% | 0.78% | - |
| XYZ | 42.72 | 44.65 | 25.44 | - |
| YUV | 176.95 | 98.12 | 143.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 176 | 124 | 0 | 0.12 | 0.38 | 0.22 | 41.6 | 0.4 | 0.63 |
| Hex | C7 | B0 | 7C | 0 | C | 26 | 16 | 2A | 28 | 3F |
| Octal | 307 | 260 | 174 | 0 | 14 | 46 | 26 | 52 | 50 | 77 |
| Binary | 11000111 | 10110000 | 1111100 | 0 | 1100 | 100110 | 10110 | 101010 | 101000 | 111111 |
Color Harmonies of #C7B07C
Complementary color
Monochromatic Colors of #C7B07C
Black with #C7B07C
Text Example
Text Example
White with #C7B07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B07C; }
p { color: rgb(199,176,124); }
H1.HeaderClassName
{
color: #C7B07C;
}
.AnyTagClassName
{
color: #C7B07C;
}
</style>
background-color css
<style>
a { background-color: #C7B07C; }
a { background-color: rgb(199,176,124); }
div.DivClassName
{
background-color: #C7B07C;
}
.BgClassName
{
background-color: #C7B07C;
}
</style>
border-color css
<style>
span { border-color: #C7B07C; }
span { border-color: rgb(199,176,124); }
td.TdClassName
{
border-color: #C7B07C;
}
.TagClassName
{
border-color: #C7B07C;
}
</style>