Shades of Ecru #C1AF78
Tints of Ecru #C1AF78
RGB
CMYK
RGB Variations
Color information
#C1AF78 (or 0xC1AF78) is known color: Ecru. HEX triplet: C1, AF and 78. RGB value is (193,175,120). Sum of RGB (Red+Green+Blue) = 193+175+120=488 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.55% from 488); Green value is 175 (68.75% from 255 or 35.86% from 488); Blue value is 120 (47.27% from 255 or 24.59% from 488); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AF78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1AF78 is #3E5087. Grayscale: #AEAEAE. Windows color (decimal): -4083848 or 7909313. OLE color: 7909313.
HSL color Cylindrical-coordinate representation of color #C1AF78: hue angle of 45.21º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C1AF78 is Cyan = 0, Magento = 0.09, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 175 | 120 | - |
| CMYK | 0 | 0.09 | 0.38 | 0.24 |
| HSL | 45.21º | 0.37% | 0.61% | - |
| HSV(B) | 45.21º | 0.38% | 0.76% | - |
| XYZ | 40.71 | 43.35 | 23.99 | - |
| YUV | 174.11 | 97.46 | 141.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 175 | 120 | 0 | 0.09 | 0.38 | 0.24 | 45.21 | 0.37 | 0.61 |
| Hex | C1 | AF | 78 | 0 | 9 | 26 | 18 | 2D | 25 | 3D |
| Octal | 301 | 257 | 170 | 0 | 11 | 46 | 30 | 55 | 45 | 75 |
| Binary | 11000001 | 10101111 | 1111000 | 0 | 1001 | 100110 | 11000 | 101101 | 100101 | 111101 |
Color Harmonies of #C1AF78
Complementary color
Monochromatic Colors of #C1AF78
Black with #C1AF78
Text Example
Text Example
White with #C1AF78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1AF78; }
p { color: rgb(193,175,120); }
H1.HeaderClassName
{
color: #C1AF78;
}
.AnyTagClassName
{
color: #C1AF78;
}
</style>
background-color css
<style>
a { background-color: #C1AF78; }
a { background-color: rgb(193,175,120); }
div.DivClassName
{
background-color: #C1AF78;
}
.BgClassName
{
background-color: #C1AF78;
}
</style>
border-color css
<style>
span { border-color: #C1AF78; }
span { border-color: rgb(193,175,120); }
td.TdClassName
{
border-color: #C1AF78;
}
.TagClassName
{
border-color: #C1AF78;
}
</style>