Shades of Ecru #C7B083
Tints of Ecru #C7B083
RGB
CMYK
RGB Variations
Color information
#C7B083 (or 0xC7B083) is known color: Ecru. HEX triplet: C7, B0 and 83. RGB value is (199,176,131). Sum of RGB (Red+Green+Blue) = 199+176+131=506 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.33% from 506); Green value is 176 (69.14% from 255 or 34.78% from 506); Blue value is 131 (51.56% from 255 or 25.89% from 506); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B083 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7B083 is #384F7C. Grayscale: #B1B1B1. Windows color (decimal): -3690365 or 8630471. OLE color: 8630471.
HSL color Cylindrical-coordinate representation of color #C7B083: hue angle of 39.71º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C7B083 is Cyan = 0, Magento = 0.12, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 176 | 131 | - |
| CMYK | 0 | 0.12 | 0.34 | 0.22 |
| HSL | 39.71º | 0.38% | 0.65% | - |
| HSV(B) | 39.71º | 0.34% | 0.78% | - |
| XYZ | 43.18 | 44.83 | 27.85 | - |
| YUV | 177.75 | 101.62 | 143.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 176 | 131 | 0 | 0.12 | 0.34 | 0.22 | 39.71 | 0.38 | 0.65 |
| Hex | C7 | B0 | 83 | 0 | C | 22 | 16 | 28 | 26 | 41 |
| Octal | 307 | 260 | 203 | 0 | 14 | 42 | 26 | 50 | 46 | 101 |
| Binary | 11000111 | 10110000 | 10000011 | 0 | 1100 | 100010 | 10110 | 101000 | 100110 | 1000001 |
Color Harmonies of #C7B083
Complementary color
Monochromatic Colors of #C7B083
Black with #C7B083
Text Example
Text Example
White with #C7B083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B083; }
p { color: rgb(199,176,131); }
H1.HeaderClassName
{
color: #C7B083;
}
.AnyTagClassName
{
color: #C7B083;
}
</style>
background-color css
<style>
a { background-color: #C7B083; }
a { background-color: rgb(199,176,131); }
div.DivClassName
{
background-color: #C7B083;
}
.BgClassName
{
background-color: #C7B083;
}
</style>
border-color css
<style>
span { border-color: #C7B083; }
span { border-color: rgb(199,176,131); }
td.TdClassName
{
border-color: #C7B083;
}
.TagClassName
{
border-color: #C7B083;
}
</style>