Shades of Ecru #C7B181
Tints of Ecru #C7B181
RGB
CMYK
RGB Variations
Color information
#C7B181 (or 0xC7B181) is known color: Ecru. HEX triplet: C7, B1 and 81. RGB value is (199,177,129). Sum of RGB (Red+Green+Blue) = 199+177+129=505 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.41% from 505); Green value is 177 (69.53% from 255 or 35.05% from 505); Blue value is 129 (50.78% from 255 or 25.54% from 505); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B181 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7B181 is #384E7E. Grayscale: #B2B2B2. Windows color (decimal): -3690111 or 8499655. OLE color: 8499655.
HSL color Cylindrical-coordinate representation of color #C7B181: hue angle of 41.14º 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 #C7B181 is Cyan = 0, Magento = 0.11, Yellow = 0.35 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 177 | 129 | - |
| CMYK | 0 | 0.11 | 0.35 | 0.22 |
| HSL | 41.14º | 0.38% | 0.64% | - |
| HSV(B) | 41.14º | 0.35% | 0.78% | - |
| XYZ | 43.24 | 45.17 | 27.21 | - |
| YUV | 178.11 | 100.29 | 142.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 177 | 129 | 0 | 0.11 | 0.35 | 0.22 | 41.14 | 0.38 | 0.64 |
| Hex | C7 | B1 | 81 | 0 | B | 23 | 16 | 29 | 26 | 40 |
| Octal | 307 | 261 | 201 | 0 | 13 | 43 | 26 | 51 | 46 | 100 |
| Binary | 11000111 | 10110001 | 10000001 | 0 | 1011 | 100011 | 10110 | 101001 | 100110 | 1000000 |
Color Harmonies of #C7B181
Complementary color
Monochromatic Colors of #C7B181
Black with #C7B181
Text Example
Text Example
White with #C7B181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B181; }
p { color: rgb(199,177,129); }
H1.HeaderClassName
{
color: #C7B181;
}
.AnyTagClassName
{
color: #C7B181;
}
</style>
background-color css
<style>
a { background-color: #C7B181; }
a { background-color: rgb(199,177,129); }
div.DivClassName
{
background-color: #C7B181;
}
.BgClassName
{
background-color: #C7B181;
}
</style>
border-color css
<style>
span { border-color: #C7B181; }
span { border-color: rgb(199,177,129); }
td.TdClassName
{
border-color: #C7B181;
}
.TagClassName
{
border-color: #C7B181;
}
</style>