Shades of Ecru #C2AF7F
Tints of Ecru #C2AF7F
RGB
CMYK
RGB Variations
Color information
#C2AF7F (or 0xC2AF7F) is known color: Ecru. HEX triplet: C2, AF and 7F. RGB value is (194,175,127). Sum of RGB (Red+Green+Blue) = 194+175+127=496 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.11% from 496); Green value is 175 (68.75% from 255 or 35.28% from 496); Blue value is 127 (50% from 255 or 25.60% from 496); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AF7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2AF7F is #3D5080. Grayscale: #AFAFAF. Windows color (decimal): -4018305 or 8368066. OLE color: 8368066.
HSL color Cylindrical-coordinate representation of color #C2AF7F: hue angle of 42.99º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C2AF7F is Cyan = 0, Magento = 0.10, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 175 | 127 | - |
| CMYK | 0 | 0.10 | 0.35 | 0.24 |
| HSL | 42.99º | 0.35% | 0.63% | - |
| HSV(B) | 42.99º | 0.35% | 0.76% | - |
| XYZ | 41.41 | 43.66 | 26.32 | - |
| YUV | 175.21 | 100.79 | 141.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 175 | 127 | 0 | 0.10 | 0.35 | 0.24 | 42.99 | 0.35 | 0.63 |
| Hex | C2 | AF | 7F | 0 | A | 23 | 18 | 2B | 23 | 3F |
| Octal | 302 | 257 | 177 | 0 | 12 | 43 | 30 | 53 | 43 | 77 |
| Binary | 11000010 | 10101111 | 1111111 | 0 | 1010 | 100011 | 11000 | 101011 | 100011 | 111111 |
Color Harmonies of #C2AF7F
Complementary color
Monochromatic Colors of #C2AF7F
Black with #C2AF7F
Text Example
Text Example
White with #C2AF7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AF7F; }
p { color: rgb(194,175,127); }
H1.HeaderClassName
{
color: #C2AF7F;
}
.AnyTagClassName
{
color: #C2AF7F;
}
</style>
background-color css
<style>
a { background-color: #C2AF7F; }
a { background-color: rgb(194,175,127); }
div.DivClassName
{
background-color: #C2AF7F;
}
.BgClassName
{
background-color: #C2AF7F;
}
</style>
border-color css
<style>
span { border-color: #C2AF7F; }
span { border-color: rgb(194,175,127); }
td.TdClassName
{
border-color: #C2AF7F;
}
.TagClassName
{
border-color: #C2AF7F;
}
</style>