Shades of Ecru #C2AD75
Tints of Ecru #C2AD75
RGB
CMYK
RGB Variations
Color information
#C2AD75 (or 0xC2AD75) is known color: Ecru. HEX triplet: C2, AD and 75. RGB value is (194,173,117). Sum of RGB (Red+Green+Blue) = 194+173+117=484 (64% of max value = 765). Red value is 194 (76.17% from 255 or 40.08% from 484); Green value is 173 (67.97% from 255 or 35.74% from 484); Blue value is 117 (46.09% from 255 or 24.17% from 484); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AD75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2AD75 is #3D528A. Grayscale: #ADADAD. Windows color (decimal): -4018827 or 7712194. OLE color: 7712194.
HSL color Cylindrical-coordinate representation of color #C2AD75: hue angle of 43.64º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C2AD75 is Cyan = 0, Magento = 0.11, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 173 | 117 | - |
| CMYK | 0 | 0.11 | 0.40 | 0.24 |
| HSL | 43.64º | 0.39% | 0.61% | - |
| HSV(B) | 43.64º | 0.4% | 0.76% | - |
| XYZ | 40.4 | 42.64 | 22.93 | - |
| YUV | 172.9 | 96.46 | 143.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 173 | 117 | 0 | 0.11 | 0.40 | 0.24 | 43.64 | 0.39 | 0.61 |
| Hex | C2 | AD | 75 | 0 | B | 28 | 18 | 2C | 27 | 3D |
| Octal | 302 | 255 | 165 | 0 | 13 | 50 | 30 | 54 | 47 | 75 |
| Binary | 11000010 | 10101101 | 1110101 | 0 | 1011 | 101000 | 11000 | 101100 | 100111 | 111101 |
Color Harmonies of #C2AD75
Complementary color
Monochromatic Colors of #C2AD75
Black with #C2AD75
Text Example
Text Example
White with #C2AD75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AD75; }
p { color: rgb(194,173,117); }
H1.HeaderClassName
{
color: #C2AD75;
}
.AnyTagClassName
{
color: #C2AD75;
}
</style>
background-color css
<style>
a { background-color: #C2AD75; }
a { background-color: rgb(194,173,117); }
div.DivClassName
{
background-color: #C2AD75;
}
.BgClassName
{
background-color: #C2AD75;
}
</style>
border-color css
<style>
span { border-color: #C2AD75; }
span { border-color: rgb(194,173,117); }
td.TdClassName
{
border-color: #C2AD75;
}
.TagClassName
{
border-color: #C2AD75;
}
</style>