Shades of Ecru #C5AF82
Tints of Ecru #C5AF82
RGB
CMYK
RGB Variations
Color information
#C5AF82 (or 0xC5AF82) is known color: Ecru. HEX triplet: C5, AF and 82. RGB value is (197,175,130). Sum of RGB (Red+Green+Blue) = 197+175+130=502 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.24% from 502); Green value is 175 (68.75% from 255 or 34.86% from 502); Blue value is 130 (51.17% from 255 or 25.90% from 502); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AF82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5AF82 is #3A507D. Grayscale: #B0B0B0. Windows color (decimal): -3821694 or 8564677. OLE color: 8564677.
HSL color Cylindrical-coordinate representation of color #C5AF82: hue angle of 40.3º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C5AF82 is Cyan = 0, Magento = 0.11, Yellow = 0.34 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 175 | 130 | - |
| CMYK | 0 | 0.11 | 0.34 | 0.23 |
| HSL | 40.3º | 0.37% | 0.64% | - |
| HSV(B) | 40.3º | 0.34% | 0.77% | - |
| XYZ | 42.39 | 44.14 | 27.41 | - |
| YUV | 176.45 | 101.79 | 142.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 175 | 130 | 0 | 0.11 | 0.34 | 0.23 | 40.3 | 0.37 | 0.64 |
| Hex | C5 | AF | 82 | 0 | B | 22 | 17 | 28 | 25 | 40 |
| Octal | 305 | 257 | 202 | 0 | 13 | 42 | 27 | 50 | 45 | 100 |
| Binary | 11000101 | 10101111 | 10000010 | 0 | 1011 | 100010 | 10111 | 101000 | 100101 | 1000000 |
Color Harmonies of #C5AF82
Complementary color
Monochromatic Colors of #C5AF82
Black with #C5AF82
Text Example
Text Example
White with #C5AF82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AF82; }
p { color: rgb(197,175,130); }
H1.HeaderClassName
{
color: #C5AF82;
}
.AnyTagClassName
{
color: #C5AF82;
}
</style>
background-color css
<style>
a { background-color: #C5AF82; }
a { background-color: rgb(197,175,130); }
div.DivClassName
{
background-color: #C5AF82;
}
.BgClassName
{
background-color: #C5AF82;
}
</style>
border-color css
<style>
span { border-color: #C5AF82; }
span { border-color: rgb(197,175,130); }
td.TdClassName
{
border-color: #C5AF82;
}
.TagClassName
{
border-color: #C5AF82;
}
</style>