Shades of Ecru #C4B577
Tints of Ecru #C4B577
RGB
CMYK
RGB Variations
Color information
#C4B577 (or 0xC4B577) is known color: Ecru. HEX triplet: C4, B5 and 77. RGB value is (196,181,119). Sum of RGB (Red+Green+Blue) = 196+181+119=496 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.52% from 496); Green value is 181 (71.09% from 255 or 36.49% from 496); Blue value is 119 (46.88% from 255 or 23.99% from 496); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B577 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4B577 is #3B4A88. Grayscale: #B2B2B2. Windows color (decimal): -3885705 or 7845316. OLE color: 7845316.
HSL color Cylindrical-coordinate representation of color #C4B577: hue angle of 48.31º degrees, saturation: 0.39, 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 #C4B577 is Cyan = 0, Magento = 0.08, Yellow = 0.39 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 181 | 119 | - |
| CMYK | 0 | 0.08 | 0.39 | 0.23 |
| HSL | 48.31º | 0.39% | 0.62% | - |
| HSV(B) | 48.31º | 0.39% | 0.77% | - |
| XYZ | 42.62 | 46.12 | 24.11 | - |
| YUV | 178.42 | 94.47 | 140.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 181 | 119 | 0 | 0.08 | 0.39 | 0.23 | 48.31 | 0.39 | 0.62 |
| Hex | C4 | B5 | 77 | 0 | 8 | 27 | 17 | 30 | 27 | 3E |
| Octal | 304 | 265 | 167 | 0 | 10 | 47 | 27 | 60 | 47 | 76 |
| Binary | 11000100 | 10110101 | 1110111 | 0 | 1000 | 100111 | 10111 | 110000 | 100111 | 111110 |
Color Harmonies of #C4B577
Complementary color
Monochromatic Colors of #C4B577
Black with #C4B577
Text Example
Text Example
White with #C4B577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B577; }
p { color: rgb(196,181,119); }
H1.HeaderClassName
{
color: #C4B577;
}
.AnyTagClassName
{
color: #C4B577;
}
</style>
background-color css
<style>
a { background-color: #C4B577; }
a { background-color: rgb(196,181,119); }
div.DivClassName
{
background-color: #C4B577;
}
.BgClassName
{
background-color: #C4B577;
}
</style>
border-color css
<style>
span { border-color: #C4B577; }
span { border-color: rgb(196,181,119); }
td.TdClassName
{
border-color: #C4B577;
}
.TagClassName
{
border-color: #C4B577;
}
</style>