Shades of Ecru #C3B778
Tints of Ecru #C3B778
RGB
CMYK
RGB Variations
Color information
#C3B778 (or 0xC3B778) is known color: Ecru. HEX triplet: C3, B7 and 78. RGB value is (195,183,120). Sum of RGB (Red+Green+Blue) = 195+183+120=498 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.16% from 498); Green value is 183 (71.88% from 255 or 36.75% from 498); Blue value is 120 (47.27% from 255 or 24.10% from 498); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B778 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3B778 is #3C4887. Grayscale: #B3B3B3. Windows color (decimal): -3950728 or 7911363. OLE color: 7911363.
HSL color Cylindrical-coordinate representation of color #C3B778: hue angle of 50.4º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C3B778 is Cyan = 0, Magento = 0.06, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 183 | 120 | - |
| CMYK | 0 | 0.06 | 0.38 | 0.24 |
| HSL | 50.4º | 0.38% | 0.62% | - |
| HSV(B) | 50.4º | 0.38% | 0.76% | - |
| XYZ | 42.83 | 46.83 | 24.55 | - |
| YUV | 179.41 | 94.48 | 139.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 183 | 120 | 0 | 0.06 | 0.38 | 0.24 | 50.4 | 0.38 | 0.62 |
| Hex | C3 | B7 | 78 | 0 | 6 | 26 | 18 | 32 | 26 | 3E |
| Octal | 303 | 267 | 170 | 0 | 6 | 46 | 30 | 62 | 46 | 76 |
| Binary | 11000011 | 10110111 | 1111000 | 0 | 110 | 100110 | 11000 | 110010 | 100110 | 111110 |
Color Harmonies of #C3B778
Complementary color
Monochromatic Colors of #C3B778
Black with #C3B778
Text Example
Text Example
White with #C3B778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3B778; }
p { color: rgb(195,183,120); }
H1.HeaderClassName
{
color: #C3B778;
}
.AnyTagClassName
{
color: #C3B778;
}
</style>
background-color css
<style>
a { background-color: #C3B778; }
a { background-color: rgb(195,183,120); }
div.DivClassName
{
background-color: #C3B778;
}
.BgClassName
{
background-color: #C3B778;
}
</style>
border-color css
<style>
span { border-color: #C3B778; }
span { border-color: rgb(195,183,120); }
td.TdClassName
{
border-color: #C3B778;
}
.TagClassName
{
border-color: #C3B778;
}
</style>