Shades of Ecru #C5B474
Tints of Ecru #C5B474
RGB
CMYK
RGB Variations
Color information
#C5B474 (or 0xC5B474) is known color: Ecru. HEX triplet: C5, B4 and 74. RGB value is (197,180,116). Sum of RGB (Red+Green+Blue) = 197+180+116=493 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.96% from 493); Green value is 180 (70.70% from 255 or 36.51% from 493); Blue value is 116 (45.70% from 255 or 23.53% from 493); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B474 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5B474 is #3A4B8B. Grayscale: #B2B2B2. Windows color (decimal): -3820428 or 7648453. OLE color: 7648453.
HSL color Cylindrical-coordinate representation of color #C5B474: hue angle of 47.41º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C5B474 is Cyan = 0, Magento = 0.09, Yellow = 0.41 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 180 | 116 | - |
| CMYK | 0 | 0.09 | 0.41 | 0.23 |
| HSL | 47.41º | 0.41% | 0.61% | - |
| HSV(B) | 47.41º | 0.41% | 0.77% | - |
| XYZ | 42.5 | 45.77 | 23.12 | - |
| YUV | 177.79 | 93.13 | 141.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 180 | 116 | 0 | 0.09 | 0.41 | 0.23 | 47.41 | 0.41 | 0.61 |
| Hex | C5 | B4 | 74 | 0 | 9 | 29 | 17 | 2F | 29 | 3D |
| Octal | 305 | 264 | 164 | 0 | 11 | 51 | 27 | 57 | 51 | 75 |
| Binary | 11000101 | 10110100 | 1110100 | 0 | 1001 | 101001 | 10111 | 101111 | 101001 | 111101 |
Color Harmonies of #C5B474
Complementary color
Monochromatic Colors of #C5B474
Black with #C5B474
Text Example
Text Example
White with #C5B474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B474; }
p { color: rgb(197,180,116); }
H1.HeaderClassName
{
color: #C5B474;
}
.AnyTagClassName
{
color: #C5B474;
}
</style>
background-color css
<style>
a { background-color: #C5B474; }
a { background-color: rgb(197,180,116); }
div.DivClassName
{
background-color: #C5B474;
}
.BgClassName
{
background-color: #C5B474;
}
</style>
border-color css
<style>
span { border-color: #C5B474; }
span { border-color: rgb(197,180,116); }
td.TdClassName
{
border-color: #C5B474;
}
.TagClassName
{
border-color: #C5B474;
}
</style>