Shades of Ecru #C7B675
Tints of Ecru #C7B675
RGB
CMYK
RGB Variations
Color information
#C7B675 (or 0xC7B675) is known color: Ecru. HEX triplet: C7, B6 and 75. RGB value is (199,182,117). Sum of RGB (Red+Green+Blue) = 199+182+117=498 (65% of max value = 765). Red value is 199 (78.12% from 255 or 39.96% from 498); Green value is 182 (71.48% from 255 or 36.55% from 498); Blue value is 117 (46.09% from 255 or 23.49% from 498); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B675 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7B675 is #38498A. Grayscale: #B3B3B3. Windows color (decimal): -3688843 or 7714503. OLE color: 7714503.
HSL color Cylindrical-coordinate representation of color #C7B675: hue angle of 47.56º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C7B675 is Cyan = 0, Magento = 0.09, Yellow = 0.41 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 182 | 117 | - |
| CMYK | 0 | 0.09 | 0.41 | 0.22 |
| HSL | 47.56º | 0.42% | 0.62% | - |
| HSV(B) | 47.56º | 0.41% | 0.78% | - |
| XYZ | 43.49 | 46.88 | 23.59 | - |
| YUV | 179.67 | 92.63 | 141.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 182 | 117 | 0 | 0.09 | 0.41 | 0.22 | 47.56 | 0.42 | 0.62 |
| Hex | C7 | B6 | 75 | 0 | 9 | 29 | 16 | 30 | 2A | 3E |
| Octal | 307 | 266 | 165 | 0 | 11 | 51 | 26 | 60 | 52 | 76 |
| Binary | 11000111 | 10110110 | 1110101 | 0 | 1001 | 101001 | 10110 | 110000 | 101010 | 111110 |
Color Harmonies of #C7B675
Complementary color
Monochromatic Colors of #C7B675
Black with #C7B675
Text Example
Text Example
White with #C7B675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B675; }
p { color: rgb(199,182,117); }
H1.HeaderClassName
{
color: #C7B675;
}
.AnyTagClassName
{
color: #C7B675;
}
</style>
background-color css
<style>
a { background-color: #C7B675; }
a { background-color: rgb(199,182,117); }
div.DivClassName
{
background-color: #C7B675;
}
.BgClassName
{
background-color: #C7B675;
}
</style>
border-color css
<style>
span { border-color: #C7B675; }
span { border-color: rgb(199,182,117); }
td.TdClassName
{
border-color: #C7B675;
}
.TagClassName
{
border-color: #C7B675;
}
</style>