Shades of Ecru #C2AC78
Tints of Ecru #C2AC78
RGB
CMYK
RGB Variations
Color information
#C2AC78 (or 0xC2AC78) is known color: Ecru. HEX triplet: C2, AC and 78. RGB value is (194,172,120). Sum of RGB (Red+Green+Blue) = 194+172+120=486 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.92% from 486); Green value is 172 (67.58% from 255 or 35.39% from 486); Blue value is 120 (47.27% from 255 or 24.69% from 486); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AC78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2AC78 is #3D5387. Grayscale: #ACACAC. Windows color (decimal): -4019080 or 7908546. OLE color: 7908546.
HSL color Cylindrical-coordinate representation of color #C2AC78: hue angle of 42.16º 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 #C2AC78 is Cyan = 0, Magento = 0.11, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 172 | 120 | - |
| CMYK | 0 | 0.11 | 0.38 | 0.24 |
| HSL | 42.16º | 0.38% | 0.62% | - |
| HSV(B) | 42.16º | 0.38% | 0.76% | - |
| XYZ | 40.39 | 42.33 | 23.81 | - |
| YUV | 172.65 | 98.29 | 143.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 172 | 120 | 0 | 0.11 | 0.38 | 0.24 | 42.16 | 0.38 | 0.62 |
| Hex | C2 | AC | 78 | 0 | B | 26 | 18 | 2A | 26 | 3E |
| Octal | 302 | 254 | 170 | 0 | 13 | 46 | 30 | 52 | 46 | 76 |
| Binary | 11000010 | 10101100 | 1111000 | 0 | 1011 | 100110 | 11000 | 101010 | 100110 | 111110 |
Color Harmonies of #C2AC78
Complementary color
Monochromatic Colors of #C2AC78
Black with #C2AC78
Text Example
Text Example
White with #C2AC78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AC78; }
p { color: rgb(194,172,120); }
H1.HeaderClassName
{
color: #C2AC78;
}
.AnyTagClassName
{
color: #C2AC78;
}
</style>
background-color css
<style>
a { background-color: #C2AC78; }
a { background-color: rgb(194,172,120); }
div.DivClassName
{
background-color: #C2AC78;
}
.BgClassName
{
background-color: #C2AC78;
}
</style>
border-color css
<style>
span { border-color: #C2AC78; }
span { border-color: rgb(194,172,120); }
td.TdClassName
{
border-color: #C2AC78;
}
.TagClassName
{
border-color: #C2AC78;
}
</style>