Shades of Ecru #C7B380
Tints of Ecru #C7B380
RGB
CMYK
RGB Variations
Color information
#C7B380 (or 0xC7B380) is known color: Ecru. HEX triplet: C7, B3 and 80. RGB value is (199,179,128). Sum of RGB (Red+Green+Blue) = 199+179+128=506 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.33% from 506); Green value is 179 (70.31% from 255 or 35.38% from 506); Blue value is 128 (50.39% from 255 or 25.30% from 506); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B380 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7B380 is #384C7F. Grayscale: #B3B3B3. Windows color (decimal): -3689600 or 8434631. OLE color: 8434631.
HSL color Cylindrical-coordinate representation of color #C7B380: hue angle of 43.1º degrees, saturation: 0.39, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C7B380 is Cyan = 0, Magento = 0.10, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 179 | 128 | - |
| CMYK | 0 | 0.10 | 0.36 | 0.22 |
| HSL | 43.1º | 0.39% | 0.64% | - |
| HSV(B) | 43.1º | 0.36% | 0.78% | - |
| XYZ | 43.57 | 45.94 | 26.99 | - |
| YUV | 179.17 | 99.13 | 142.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 179 | 128 | 0 | 0.10 | 0.36 | 0.22 | 43.1 | 0.39 | 0.64 |
| Hex | C7 | B3 | 80 | 0 | A | 24 | 16 | 2B | 27 | 40 |
| Octal | 307 | 263 | 200 | 0 | 12 | 44 | 26 | 53 | 47 | 100 |
| Binary | 11000111 | 10110011 | 10000000 | 0 | 1010 | 100100 | 10110 | 101011 | 100111 | 1000000 |
Color Harmonies of #C7B380
Complementary color
Monochromatic Colors of #C7B380
Black with #C7B380
Text Example
Text Example
White with #C7B380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B380; }
p { color: rgb(199,179,128); }
H1.HeaderClassName
{
color: #C7B380;
}
.AnyTagClassName
{
color: #C7B380;
}
</style>
background-color css
<style>
a { background-color: #C7B380; }
a { background-color: rgb(199,179,128); }
div.DivClassName
{
background-color: #C7B380;
}
.BgClassName
{
background-color: #C7B380;
}
</style>
border-color css
<style>
span { border-color: #C7B380; }
span { border-color: rgb(199,179,128); }
td.TdClassName
{
border-color: #C7B380;
}
.TagClassName
{
border-color: #C7B380;
}
</style>