Shades of Ecru #C5B478
Tints of Ecru #C5B478
RGB
CMYK
RGB Variations
Color information
#C5B478 (or 0xC5B478) is known color: Ecru. HEX triplet: C5, B4 and 78. RGB value is (197,180,120). Sum of RGB (Red+Green+Blue) = 197+180+120=497 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.64% from 497); Green value is 180 (70.70% from 255 or 36.22% from 497); Blue value is 120 (47.27% from 255 or 24.14% from 497); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B478 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5B478 is #3A4B87. Grayscale: #B2B2B2. Windows color (decimal): -3820424 or 7910597. OLE color: 7910597.
HSL color Cylindrical-coordinate representation of color #C5B478: hue angle of 46.75º 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 #C5B478 is Cyan = 0, Magento = 0.09, Yellow = 0.39 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 180 | 120 | - |
| CMYK | 0 | 0.09 | 0.39 | 0.23 |
| HSL | 46.75º | 0.4% | 0.62% | - |
| HSV(B) | 46.75º | 0.39% | 0.77% | - |
| XYZ | 42.74 | 45.87 | 24.37 | - |
| YUV | 178.24 | 95.13 | 141.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 180 | 120 | 0 | 0.09 | 0.39 | 0.23 | 46.75 | 0.4 | 0.62 |
| Hex | C5 | B4 | 78 | 0 | 9 | 27 | 17 | 2F | 28 | 3E |
| Octal | 305 | 264 | 170 | 0 | 11 | 47 | 27 | 57 | 50 | 76 |
| Binary | 11000101 | 10110100 | 1111000 | 0 | 1001 | 100111 | 10111 | 101111 | 101000 | 111110 |
Color Harmonies of #C5B478
Complementary color
Monochromatic Colors of #C5B478
Black with #C5B478
Text Example
Text Example
White with #C5B478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B478; }
p { color: rgb(197,180,120); }
H1.HeaderClassName
{
color: #C5B478;
}
.AnyTagClassName
{
color: #C5B478;
}
</style>
background-color css
<style>
a { background-color: #C5B478; }
a { background-color: rgb(197,180,120); }
div.DivClassName
{
background-color: #C5B478;
}
.BgClassName
{
background-color: #C5B478;
}
</style>
border-color css
<style>
span { border-color: #C5B478; }
span { border-color: rgb(197,180,120); }
td.TdClassName
{
border-color: #C5B478;
}
.TagClassName
{
border-color: #C5B478;
}
</style>