Shades of Ecru #C7B481
Tints of Ecru #C7B481
RGB
CMYK
RGB Variations
Color information
#C7B481 (or 0xC7B481) is known color: Ecru. HEX triplet: C7, B4 and 81. RGB value is (199,180,129). Sum of RGB (Red+Green+Blue) = 199+180+129=508 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.17% from 508); Green value is 180 (70.70% from 255 or 35.43% from 508); Blue value is 129 (50.78% from 255 or 25.39% from 508); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B481 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7B481 is #384B7E. Grayscale: #B4B4B4. Windows color (decimal): -3689343 or 8500423. OLE color: 8500423.
HSL color Cylindrical-coordinate representation of color #C7B481: hue angle of 43.71º 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 #C7B481 is Cyan = 0, Magento = 0.10, Yellow = 0.35 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 180 | 129 | - |
| CMYK | 0 | 0.10 | 0.35 | 0.22 |
| HSL | 43.71º | 0.38% | 0.64% | - |
| HSV(B) | 43.71º | 0.35% | 0.78% | - |
| XYZ | 43.84 | 46.37 | 27.41 | - |
| YUV | 179.87 | 99.29 | 141.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 180 | 129 | 0 | 0.10 | 0.35 | 0.22 | 43.71 | 0.38 | 0.64 |
| Hex | C7 | B4 | 81 | 0 | A | 23 | 16 | 2C | 26 | 40 |
| Octal | 307 | 264 | 201 | 0 | 12 | 43 | 26 | 54 | 46 | 100 |
| Binary | 11000111 | 10110100 | 10000001 | 0 | 1010 | 100011 | 10110 | 101100 | 100110 | 1000000 |
Color Harmonies of #C7B481
Complementary color
Monochromatic Colors of #C7B481
Black with #C7B481
Text Example
Text Example
White with #C7B481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B481; }
p { color: rgb(199,180,129); }
H1.HeaderClassName
{
color: #C7B481;
}
.AnyTagClassName
{
color: #C7B481;
}
</style>
background-color css
<style>
a { background-color: #C7B481; }
a { background-color: rgb(199,180,129); }
div.DivClassName
{
background-color: #C7B481;
}
.BgClassName
{
background-color: #C7B481;
}
</style>
border-color css
<style>
span { border-color: #C7B481; }
span { border-color: rgb(199,180,129); }
td.TdClassName
{
border-color: #C7B481;
}
.TagClassName
{
border-color: #C7B481;
}
</style>