Shades of Ecru #C2AF78
Tints of Ecru #C2AF78
RGB
CMYK
RGB Variations
Color information
#C2AF78 (or 0xC2AF78) is known color: Ecru. HEX triplet: C2, AF and 78. RGB value is (194,175,120). Sum of RGB (Red+Green+Blue) = 194+175+120=489 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.67% from 489); Green value is 175 (68.75% from 255 or 35.79% from 489); Blue value is 120 (47.27% from 255 or 24.54% from 489); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AF78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2AF78 is #3D5087. Grayscale: #AEAEAE. Windows color (decimal): -4018312 or 7909314. OLE color: 7909314.
HSL color Cylindrical-coordinate representation of color #C2AF78: hue angle of 44.59º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C2AF78 is Cyan = 0, Magento = 0.10, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 175 | 120 | - |
| CMYK | 0 | 0.10 | 0.38 | 0.24 |
| HSL | 44.59º | 0.38% | 0.62% | - |
| HSV(B) | 44.59º | 0.38% | 0.76% | - |
| XYZ | 40.97 | 43.49 | 24 | - |
| YUV | 174.41 | 97.29 | 141.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 175 | 120 | 0 | 0.10 | 0.38 | 0.24 | 44.59 | 0.38 | 0.62 |
| Hex | C2 | AF | 78 | 0 | A | 26 | 18 | 2D | 26 | 3E |
| Octal | 302 | 257 | 170 | 0 | 12 | 46 | 30 | 55 | 46 | 76 |
| Binary | 11000010 | 10101111 | 1111000 | 0 | 1010 | 100110 | 11000 | 101101 | 100110 | 111110 |
Color Harmonies of #C2AF78
Complementary color
Monochromatic Colors of #C2AF78
Black with #C2AF78
Text Example
Text Example
White with #C2AF78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AF78; }
p { color: rgb(194,175,120); }
H1.HeaderClassName
{
color: #C2AF78;
}
.AnyTagClassName
{
color: #C2AF78;
}
</style>
background-color css
<style>
a { background-color: #C2AF78; }
a { background-color: rgb(194,175,120); }
div.DivClassName
{
background-color: #C2AF78;
}
.BgClassName
{
background-color: #C2AF78;
}
</style>
border-color css
<style>
span { border-color: #C2AF78; }
span { border-color: rgb(194,175,120); }
td.TdClassName
{
border-color: #C2AF78;
}
.TagClassName
{
border-color: #C2AF78;
}
</style>