Shades of Ecru #C5B079
Tints of Ecru #C5B079
RGB
CMYK
RGB Variations
Color information
#C5B079 (or 0xC5B079) is known color: Ecru. HEX triplet: C5, B0 and 79. RGB value is (197,176,121). Sum of RGB (Red+Green+Blue) = 197+176+121=494 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.88% from 494); Green value is 176 (69.14% from 255 or 35.63% from 494); Blue value is 121 (47.66% from 255 or 24.49% from 494); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B079 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5B079 is #3A4F86. Grayscale: #B0B0B0. Windows color (decimal): -3821447 or 7975109. OLE color: 7975109.
HSL color Cylindrical-coordinate representation of color #C5B079: hue angle of 43.42º 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 #C5B079 is Cyan = 0, Magento = 0.11, Yellow = 0.39 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 176 | 121 | - |
| CMYK | 0 | 0.11 | 0.39 | 0.23 |
| HSL | 43.42º | 0.4% | 0.62% | - |
| HSV(B) | 43.42º | 0.39% | 0.77% | - |
| XYZ | 42 | 44.3 | 24.43 | - |
| YUV | 176.01 | 96.96 | 142.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 176 | 121 | 0 | 0.11 | 0.39 | 0.23 | 43.42 | 0.4 | 0.62 |
| Hex | C5 | B0 | 79 | 0 | B | 27 | 17 | 2B | 28 | 3E |
| Octal | 305 | 260 | 171 | 0 | 13 | 47 | 27 | 53 | 50 | 76 |
| Binary | 11000101 | 10110000 | 1111001 | 0 | 1011 | 100111 | 10111 | 101011 | 101000 | 111110 |
Color Harmonies of #C5B079
Complementary color
Monochromatic Colors of #C5B079
Black with #C5B079
Text Example
Text Example
White with #C5B079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B079; }
p { color: rgb(197,176,121); }
H1.HeaderClassName
{
color: #C5B079;
}
.AnyTagClassName
{
color: #C5B079;
}
</style>
background-color css
<style>
a { background-color: #C5B079; }
a { background-color: rgb(197,176,121); }
div.DivClassName
{
background-color: #C5B079;
}
.BgClassName
{
background-color: #C5B079;
}
</style>
border-color css
<style>
span { border-color: #C5B079; }
span { border-color: rgb(197,176,121); }
td.TdClassName
{
border-color: #C5B079;
}
.TagClassName
{
border-color: #C5B079;
}
</style>