Shades of Ecru #C4AF7C
Tints of Ecru #C4AF7C
RGB
CMYK
RGB Variations
Color information
#C4AF7C (or 0xC4AF7C) is known color: Ecru. HEX triplet: C4, AF and 7C. RGB value is (196,175,124). Sum of RGB (Red+Green+Blue) = 196+175+124=495 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.60% from 495); Green value is 175 (68.75% from 255 or 35.35% from 495); Blue value is 124 (48.83% from 255 or 25.05% from 495); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AF7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4AF7C is #3B5083. Grayscale: #AFAFAF. Windows color (decimal): -3887236 or 8171460. OLE color: 8171460.
HSL color Cylindrical-coordinate representation of color #C4AF7C: hue angle of 42.5º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C4AF7C is Cyan = 0, Magento = 0.11, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 175 | 124 | - |
| CMYK | 0 | 0.11 | 0.37 | 0.23 |
| HSL | 42.5º | 0.38% | 0.63% | - |
| HSV(B) | 42.5º | 0.37% | 0.77% | - |
| XYZ | 41.73 | 43.85 | 25.33 | - |
| YUV | 175.47 | 98.96 | 142.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 175 | 124 | 0 | 0.11 | 0.37 | 0.23 | 42.5 | 0.38 | 0.63 |
| Hex | C4 | AF | 7C | 0 | B | 25 | 17 | 2A | 26 | 3F |
| Octal | 304 | 257 | 174 | 0 | 13 | 45 | 27 | 52 | 46 | 77 |
| Binary | 11000100 | 10101111 | 1111100 | 0 | 1011 | 100101 | 10111 | 101010 | 100110 | 111111 |
Color Harmonies of #C4AF7C
Complementary color
Monochromatic Colors of #C4AF7C
Black with #C4AF7C
Text Example
Text Example
White with #C4AF7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4AF7C; }
p { color: rgb(196,175,124); }
H1.HeaderClassName
{
color: #C4AF7C;
}
.AnyTagClassName
{
color: #C4AF7C;
}
</style>
background-color css
<style>
a { background-color: #C4AF7C; }
a { background-color: rgb(196,175,124); }
div.DivClassName
{
background-color: #C4AF7C;
}
.BgClassName
{
background-color: #C4AF7C;
}
</style>
border-color css
<style>
span { border-color: #C4AF7C; }
span { border-color: rgb(196,175,124); }
td.TdClassName
{
border-color: #C4AF7C;
}
.TagClassName
{
border-color: #C4AF7C;
}
</style>