Shades of Ecru #C0AF79
Tints of Ecru #C0AF79
RGB
CMYK
RGB Variations
Color information
#C0AF79 (or 0xC0AF79) is known color: Ecru. HEX triplet: C0, AF and 79. RGB value is (192,175,121). Sum of RGB (Red+Green+Blue) = 192+175+121=488 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.34% from 488); Green value is 175 (68.75% from 255 or 35.86% from 488); Blue value is 121 (47.66% from 255 or 24.80% from 488); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AF79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0AF79 is #3F5086. Grayscale: #AEAEAE. Windows color (decimal): -4149383 or 7974848. OLE color: 7974848.
HSL color Cylindrical-coordinate representation of color #C0AF79: hue angle of 45.63º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C0AF79 is Cyan = 0, Magento = 0.09, Yellow = 0.37 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 175 | 121 | - |
| CMYK | 0 | 0.09 | 0.37 | 0.25 |
| HSL | 45.63º | 0.36% | 0.61% | - |
| HSV(B) | 45.63º | 0.37% | 0.75% | - |
| XYZ | 40.52 | 43.25 | 24.3 | - |
| YUV | 173.93 | 98.13 | 140.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 175 | 121 | 0 | 0.09 | 0.37 | 0.25 | 45.63 | 0.36 | 0.61 |
| Hex | C0 | AF | 79 | 0 | 9 | 25 | 19 | 2E | 24 | 3D |
| Octal | 300 | 257 | 171 | 0 | 11 | 45 | 31 | 56 | 44 | 75 |
| Binary | 11000000 | 10101111 | 1111001 | 0 | 1001 | 100101 | 11001 | 101110 | 100100 | 111101 |
Color Harmonies of #C0AF79
Complementary color
Monochromatic Colors of #C0AF79
Black with #C0AF79
Text Example
Text Example
White with #C0AF79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AF79; }
p { color: rgb(192,175,121); }
H1.HeaderClassName
{
color: #C0AF79;
}
.AnyTagClassName
{
color: #C0AF79;
}
</style>
background-color css
<style>
a { background-color: #C0AF79; }
a { background-color: rgb(192,175,121); }
div.DivClassName
{
background-color: #C0AF79;
}
.BgClassName
{
background-color: #C0AF79;
}
</style>
border-color css
<style>
span { border-color: #C0AF79; }
span { border-color: rgb(192,175,121); }
td.TdClassName
{
border-color: #C0AF79;
}
.TagClassName
{
border-color: #C0AF79;
}
</style>