Shades of Ecru #C5AE85
Tints of Ecru #C5AE85
RGB
CMYK
RGB Variations
Color information
#C5AE85 (or 0xC5AE85) is known color: Ecru. HEX triplet: C5, AE and 85. RGB value is (197,174,133). Sum of RGB (Red+Green+Blue) = 197+174+133=504 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.09% from 504); Green value is 174 (68.36% from 255 or 34.52% from 504); Blue value is 133 (52.34% from 255 or 26.39% from 504); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AE85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5AE85 is #3A517A. Grayscale: #B0B0B0. Windows color (decimal): -3821947 or 8761029. OLE color: 8761029.
HSL color Cylindrical-coordinate representation of color #C5AE85: hue angle of 38.44º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C5AE85 is Cyan = 0, Magento = 0.12, Yellow = 0.32 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 174 | 133 | - |
| CMYK | 0 | 0.12 | 0.32 | 0.23 |
| HSL | 38.44º | 0.36% | 0.65% | - |
| HSV(B) | 38.44º | 0.32% | 0.77% | - |
| XYZ | 42.4 | 43.84 | 28.42 | - |
| YUV | 176.2 | 103.62 | 142.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 174 | 133 | 0 | 0.12 | 0.32 | 0.23 | 38.44 | 0.36 | 0.65 |
| Hex | C5 | AE | 85 | 0 | C | 20 | 17 | 26 | 24 | 41 |
| Octal | 305 | 256 | 205 | 0 | 14 | 40 | 27 | 46 | 44 | 101 |
| Binary | 11000101 | 10101110 | 10000101 | 0 | 1100 | 100000 | 10111 | 100110 | 100100 | 1000001 |
Color Harmonies of #C5AE85
Complementary color
Monochromatic Colors of #C5AE85
Black with #C5AE85
Text Example
Text Example
White with #C5AE85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AE85; }
p { color: rgb(197,174,133); }
H1.HeaderClassName
{
color: #C5AE85;
}
.AnyTagClassName
{
color: #C5AE85;
}
</style>
background-color css
<style>
a { background-color: #C5AE85; }
a { background-color: rgb(197,174,133); }
div.DivClassName
{
background-color: #C5AE85;
}
.BgClassName
{
background-color: #C5AE85;
}
</style>
border-color css
<style>
span { border-color: #C5AE85; }
span { border-color: rgb(197,174,133); }
td.TdClassName
{
border-color: #C5AE85;
}
.TagClassName
{
border-color: #C5AE85;
}
</style>