Shades of Ecru #C7B279
Tints of Ecru #C7B279
RGB
CMYK
RGB Variations
Color information
#C7B279 (or 0xC7B279) is known color: Ecru. HEX triplet: C7, B2 and 79. RGB value is (199,178,121). Sum of RGB (Red+Green+Blue) = 199+178+121=498 (65% of max value = 765). Red value is 199 (78.12% from 255 or 39.96% from 498); Green value is 178 (69.92% from 255 or 35.74% from 498); Blue value is 121 (47.66% from 255 or 24.30% from 498); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B279 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7B279 is #384D86. Grayscale: #B2B2B2. Windows color (decimal): -3689863 or 7975623. OLE color: 7975623.
HSL color Cylindrical-coordinate representation of color #C7B279: hue angle of 43.85º 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 #C7B279 is Cyan = 0, Magento = 0.11, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 178 | 121 | - |
| CMYK | 0 | 0.11 | 0.39 | 0.22 |
| HSL | 43.85º | 0.41% | 0.63% | - |
| HSV(B) | 43.85º | 0.39% | 0.78% | - |
| XYZ | 42.92 | 45.36 | 24.58 | - |
| YUV | 177.78 | 95.96 | 143.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 178 | 121 | 0 | 0.11 | 0.39 | 0.22 | 43.85 | 0.41 | 0.63 |
| Hex | C7 | B2 | 79 | 0 | B | 27 | 16 | 2C | 29 | 3F |
| Octal | 307 | 262 | 171 | 0 | 13 | 47 | 26 | 54 | 51 | 77 |
| Binary | 11000111 | 10110010 | 1111001 | 0 | 1011 | 100111 | 10110 | 101100 | 101001 | 111111 |
Color Harmonies of #C7B279
Complementary color
Monochromatic Colors of #C7B279
Black with #C7B279
Text Example
Text Example
White with #C7B279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B279; }
p { color: rgb(199,178,121); }
H1.HeaderClassName
{
color: #C7B279;
}
.AnyTagClassName
{
color: #C7B279;
}
</style>
background-color css
<style>
a { background-color: #C7B279; }
a { background-color: rgb(199,178,121); }
div.DivClassName
{
background-color: #C7B279;
}
.BgClassName
{
background-color: #C7B279;
}
</style>
border-color css
<style>
span { border-color: #C7B279; }
span { border-color: rgb(199,178,121); }
td.TdClassName
{
border-color: #C7B279;
}
.TagClassName
{
border-color: #C7B279;
}
</style>