Shades of Ecru #C7B381
Tints of Ecru #C7B381
RGB
CMYK
RGB Variations
Color information
#C7B381 (or 0xC7B381) is known color: Ecru. HEX triplet: C7, B3 and 81. RGB value is (199,179,129). Sum of RGB (Red+Green+Blue) = 199+179+129=507 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.25% from 507); Green value is 179 (70.31% from 255 or 35.31% from 507); Blue value is 129 (50.78% from 255 or 25.44% from 507); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B381 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7B381 is #384C7E. Grayscale: #B3B3B3. Windows color (decimal): -3689599 or 8500167. OLE color: 8500167.
HSL color Cylindrical-coordinate representation of color #C7B381: hue angle of 42.86º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C7B381 is Cyan = 0, Magento = 0.10, Yellow = 0.35 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 179 | 129 | - |
| CMYK | 0 | 0.10 | 0.35 | 0.22 |
| HSL | 42.86º | 0.38% | 0.64% | - |
| HSV(B) | 42.86º | 0.35% | 0.78% | - |
| XYZ | 43.64 | 45.97 | 27.34 | - |
| YUV | 179.28 | 99.63 | 142.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 179 | 129 | 0 | 0.10 | 0.35 | 0.22 | 42.86 | 0.38 | 0.64 |
| Hex | C7 | B3 | 81 | 0 | A | 23 | 16 | 2B | 26 | 40 |
| Octal | 307 | 263 | 201 | 0 | 12 | 43 | 26 | 53 | 46 | 100 |
| Binary | 11000111 | 10110011 | 10000001 | 0 | 1010 | 100011 | 10110 | 101011 | 100110 | 1000000 |
Color Harmonies of #C7B381
Complementary color
Monochromatic Colors of #C7B381
Black with #C7B381
Text Example
Text Example
White with #C7B381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B381; }
p { color: rgb(199,179,129); }
H1.HeaderClassName
{
color: #C7B381;
}
.AnyTagClassName
{
color: #C7B381;
}
</style>
background-color css
<style>
a { background-color: #C7B381; }
a { background-color: rgb(199,179,129); }
div.DivClassName
{
background-color: #C7B381;
}
.BgClassName
{
background-color: #C7B381;
}
</style>
border-color css
<style>
span { border-color: #C7B381; }
span { border-color: rgb(199,179,129); }
td.TdClassName
{
border-color: #C7B381;
}
.TagClassName
{
border-color: #C7B381;
}
</style>