Shades of Ecru #C1AD79
Tints of Ecru #C1AD79
RGB
CMYK
RGB Variations
Color information
#C1AD79 (or 0xC1AD79) is known color: Ecru. HEX triplet: C1, AD and 79. RGB value is (193,173,121). Sum of RGB (Red+Green+Blue) = 193+173+121=487 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.63% from 487); Green value is 173 (67.97% from 255 or 35.52% from 487); Blue value is 121 (47.66% from 255 or 24.85% from 487); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AD79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1AD79 is #3E5286. Grayscale: #ADADAD. Windows color (decimal): -4084359 or 7974337. OLE color: 7974337.
HSL color Cylindrical-coordinate representation of color #C1AD79: hue angle of 43.33º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C1AD79 is Cyan = 0, Magento = 0.10, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 173 | 121 | - |
| CMYK | 0 | 0.10 | 0.37 | 0.24 |
| HSL | 43.33º | 0.37% | 0.62% | - |
| HSV(B) | 43.33º | 0.37% | 0.76% | - |
| XYZ | 40.39 | 42.61 | 24.18 | - |
| YUV | 173.05 | 98.63 | 142.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 173 | 121 | 0 | 0.10 | 0.37 | 0.24 | 43.33 | 0.37 | 0.62 |
| Hex | C1 | AD | 79 | 0 | A | 25 | 18 | 2B | 25 | 3E |
| Octal | 301 | 255 | 171 | 0 | 12 | 45 | 30 | 53 | 45 | 76 |
| Binary | 11000001 | 10101101 | 1111001 | 0 | 1010 | 100101 | 11000 | 101011 | 100101 | 111110 |
Color Harmonies of #C1AD79
Complementary color
Monochromatic Colors of #C1AD79
Black with #C1AD79
Text Example
Text Example
White with #C1AD79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1AD79; }
p { color: rgb(193,173,121); }
H1.HeaderClassName
{
color: #C1AD79;
}
.AnyTagClassName
{
color: #C1AD79;
}
</style>
background-color css
<style>
a { background-color: #C1AD79; }
a { background-color: rgb(193,173,121); }
div.DivClassName
{
background-color: #C1AD79;
}
.BgClassName
{
background-color: #C1AD79;
}
</style>
border-color css
<style>
span { border-color: #C1AD79; }
span { border-color: rgb(193,173,121); }
td.TdClassName
{
border-color: #C1AD79;
}
.TagClassName
{
border-color: #C1AD79;
}
</style>