Shades of Ecru #C5AF78
Tints of Ecru #C5AF78
RGB
CMYK
RGB Variations
Color information
#C5AF78 (or 0xC5AF78) is known color: Ecru. HEX triplet: C5, AF and 78. RGB value is (197,175,120). Sum of RGB (Red+Green+Blue) = 197+175+120=492 (65% of max value = 765). Red value is 197 (77.34% from 255 or 40.04% from 492); Green value is 175 (68.75% from 255 or 35.57% from 492); Blue value is 120 (47.27% from 255 or 24.39% from 492); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AF78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5AF78 is #3A5087. Grayscale: #AFAFAF. Windows color (decimal): -3821704 or 7909317. OLE color: 7909317.
HSL color Cylindrical-coordinate representation of color #C5AF78: hue angle of 42.86º 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 #C5AF78 is Cyan = 0, Magento = 0.11, Yellow = 0.39 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 175 | 120 | - |
| CMYK | 0 | 0.11 | 0.39 | 0.23 |
| HSL | 42.86º | 0.4% | 0.62% | - |
| HSV(B) | 42.86º | 0.39% | 0.77% | - |
| XYZ | 41.75 | 43.89 | 24.04 | - |
| YUV | 175.31 | 96.79 | 143.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 175 | 120 | 0 | 0.11 | 0.39 | 0.23 | 42.86 | 0.4 | 0.62 |
| Hex | C5 | AF | 78 | 0 | B | 27 | 17 | 2B | 28 | 3E |
| Octal | 305 | 257 | 170 | 0 | 13 | 47 | 27 | 53 | 50 | 76 |
| Binary | 11000101 | 10101111 | 1111000 | 0 | 1011 | 100111 | 10111 | 101011 | 101000 | 111110 |
Color Harmonies of #C5AF78
Complementary color
Monochromatic Colors of #C5AF78
Black with #C5AF78
Text Example
Text Example
White with #C5AF78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AF78; }
p { color: rgb(197,175,120); }
H1.HeaderClassName
{
color: #C5AF78;
}
.AnyTagClassName
{
color: #C5AF78;
}
</style>
background-color css
<style>
a { background-color: #C5AF78; }
a { background-color: rgb(197,175,120); }
div.DivClassName
{
background-color: #C5AF78;
}
.BgClassName
{
background-color: #C5AF78;
}
</style>
border-color css
<style>
span { border-color: #C5AF78; }
span { border-color: rgb(197,175,120); }
td.TdClassName
{
border-color: #C5AF78;
}
.TagClassName
{
border-color: #C5AF78;
}
</style>