Shades of Ecru #C7B389
Tints of Ecru #C7B389
RGB
CMYK
RGB Variations
Color information
#C7B389 (or 0xC7B389) is known color: Ecru. HEX triplet: C7, B3 and 89. RGB value is (199,179,137). Sum of RGB (Red+Green+Blue) = 199+179+137=515 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.64% from 515); Green value is 179 (70.31% from 255 or 34.76% from 515); Blue value is 137 (53.91% from 255 or 26.60% from 515); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B389 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7B389 is #384C76. Grayscale: #B4B4B4. Windows color (decimal): -3689591 or 9024455. OLE color: 9024455.
HSL color Cylindrical-coordinate representation of color #C7B389: hue angle of 40.65º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C7B389 is Cyan = 0, Magento = 0.10, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 179 | 137 | - |
| CMYK | 0 | 0.10 | 0.31 | 0.22 |
| HSL | 40.65º | 0.36% | 0.66% | - |
| HSV(B) | 40.65º | 0.31% | 0.78% | - |
| XYZ | 44.19 | 46.19 | 30.25 | - |
| YUV | 180.19 | 103.63 | 141.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 179 | 137 | 0 | 0.10 | 0.31 | 0.22 | 40.65 | 0.36 | 0.66 |
| Hex | C7 | B3 | 89 | 0 | A | 1F | 16 | 29 | 24 | 42 |
| Octal | 307 | 263 | 211 | 0 | 12 | 37 | 26 | 51 | 44 | 102 |
| Binary | 11000111 | 10110011 | 10001001 | 0 | 1010 | 11111 | 10110 | 101001 | 100100 | 1000010 |
Color Harmonies of #C7B389
Complementary color
Monochromatic Colors of #C7B389
Black with #C7B389
Text Example
Text Example
White with #C7B389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B389; }
p { color: rgb(199,179,137); }
H1.HeaderClassName
{
color: #C7B389;
}
.AnyTagClassName
{
color: #C7B389;
}
</style>
background-color css
<style>
a { background-color: #C7B389; }
a { background-color: rgb(199,179,137); }
div.DivClassName
{
background-color: #C7B389;
}
.BgClassName
{
background-color: #C7B389;
}
</style>
border-color css
<style>
span { border-color: #C7B389; }
span { border-color: rgb(199,179,137); }
td.TdClassName
{
border-color: #C7B389;
}
.TagClassName
{
border-color: #C7B389;
}
</style>