Shades of Ecru #C5B078
Tints of Ecru #C5B078
RGB
CMYK
RGB Variations
Color information
#C5B078 (or 0xC5B078) is known color: Ecru. HEX triplet: C5, B0 and 78. RGB value is (197,176,120). Sum of RGB (Red+Green+Blue) = 197+176+120=493 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.96% from 493); Green value is 176 (69.14% from 255 or 35.70% from 493); Blue value is 120 (47.27% from 255 or 24.34% from 493); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B078 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5B078 is #3A4F87. Grayscale: #B0B0B0. Windows color (decimal): -3821448 or 7909573. OLE color: 7909573.
HSL color Cylindrical-coordinate representation of color #C5B078: hue angle of 43.64º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C5B078 is Cyan = 0, Magento = 0.11, Yellow = 0.39 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 176 | 120 | - |
| CMYK | 0 | 0.11 | 0.39 | 0.23 |
| HSL | 43.64º | 0.4% | 0.62% | - |
| HSV(B) | 43.64º | 0.39% | 0.77% | - |
| XYZ | 41.94 | 44.28 | 24.11 | - |
| YUV | 175.9 | 96.46 | 143.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 176 | 120 | 0 | 0.11 | 0.39 | 0.23 | 43.64 | 0.4 | 0.62 |
| Hex | C5 | B0 | 78 | 0 | B | 27 | 17 | 2C | 28 | 3E |
| Octal | 305 | 260 | 170 | 0 | 13 | 47 | 27 | 54 | 50 | 76 |
| Binary | 11000101 | 10110000 | 1111000 | 0 | 1011 | 100111 | 10111 | 101100 | 101000 | 111110 |
Color Harmonies of #C5B078
Complementary color
Monochromatic Colors of #C5B078
Black with #C5B078
Text Example
Text Example
White with #C5B078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B078; }
p { color: rgb(197,176,120); }
H1.HeaderClassName
{
color: #C5B078;
}
.AnyTagClassName
{
color: #C5B078;
}
</style>
background-color css
<style>
a { background-color: #C5B078; }
a { background-color: rgb(197,176,120); }
div.DivClassName
{
background-color: #C5B078;
}
.BgClassName
{
background-color: #C5B078;
}
</style>
border-color css
<style>
span { border-color: #C5B078; }
span { border-color: rgb(197,176,120); }
td.TdClassName
{
border-color: #C5B078;
}
.TagClassName
{
border-color: #C5B078;
}
</style>