Shades of Ecru #C4AF85
Tints of Ecru #C4AF85
RGB
CMYK
RGB Variations
Color information
#C4AF85 (or 0xC4AF85) is known color: Ecru. HEX triplet: C4, AF and 85. RGB value is (196,175,133). Sum of RGB (Red+Green+Blue) = 196+175+133=504 (66% of max value = 765). Red value is 196 (76.95% from 255 or 38.89% from 504); Green value is 175 (68.75% from 255 or 34.72% from 504); Blue value is 133 (52.34% from 255 or 26.39% from 504); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AF85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4AF85 is #3B507A. Grayscale: #B0B0B0. Windows color (decimal): -3887227 or 8761284. OLE color: 8761284.
HSL color Cylindrical-coordinate representation of color #C4AF85: hue angle of 40º degrees, saturation: 0.35, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C4AF85 is Cyan = 0, Magento = 0.11, Yellow = 0.32 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 175 | 133 | - |
| CMYK | 0 | 0.11 | 0.32 | 0.23 |
| HSL | 40º | 0.35% | 0.65% | - |
| HSV(B) | 40º | 0.32% | 0.77% | - |
| XYZ | 42.33 | 44.09 | 28.47 | - |
| YUV | 176.49 | 103.46 | 141.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 175 | 133 | 0 | 0.11 | 0.32 | 0.23 | 40 | 0.35 | 0.65 |
| Hex | C4 | AF | 85 | 0 | B | 20 | 17 | 28 | 23 | 41 |
| Octal | 304 | 257 | 205 | 0 | 13 | 40 | 27 | 50 | 43 | 101 |
| Binary | 11000100 | 10101111 | 10000101 | 0 | 1011 | 100000 | 10111 | 101000 | 100011 | 1000001 |
Color Harmonies of #C4AF85
Complementary color
Monochromatic Colors of #C4AF85
Black with #C4AF85
Text Example
Text Example
White with #C4AF85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4AF85; }
p { color: rgb(196,175,133); }
H1.HeaderClassName
{
color: #C4AF85;
}
.AnyTagClassName
{
color: #C4AF85;
}
</style>
background-color css
<style>
a { background-color: #C4AF85; }
a { background-color: rgb(196,175,133); }
div.DivClassName
{
background-color: #C4AF85;
}
.BgClassName
{
background-color: #C4AF85;
}
</style>
border-color css
<style>
span { border-color: #C4AF85; }
span { border-color: rgb(196,175,133); }
td.TdClassName
{
border-color: #C4AF85;
}
.TagClassName
{
border-color: #C4AF85;
}
</style>