Shades of Ecru #C3AF76
Tints of Ecru #C3AF76
RGB
CMYK
RGB Variations
Color information
#C3AF76 (or 0xC3AF76) is known color: Ecru. HEX triplet: C3, AF and 76. RGB value is (195,175,118). Sum of RGB (Red+Green+Blue) = 195+175+118=488 (64% of max value = 765). Red value is 195 (76.56% from 255 or 39.96% from 488); Green value is 175 (68.75% from 255 or 35.86% from 488); Blue value is 118 (46.48% from 255 or 24.18% from 488); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AF76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3AF76 is #3C5089. Grayscale: #AEAEAE. Windows color (decimal): -3952778 or 7778243. OLE color: 7778243.
HSL color Cylindrical-coordinate representation of color #C3AF76: hue angle of 44.42º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C3AF76 is Cyan = 0, Magento = 0.10, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 175 | 118 | - |
| CMYK | 0 | 0.10 | 0.39 | 0.24 |
| HSL | 44.42º | 0.39% | 0.61% | - |
| HSV(B) | 44.42º | 0.39% | 0.76% | - |
| XYZ | 41.11 | 43.57 | 23.38 | - |
| YUV | 174.48 | 96.13 | 142.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 175 | 118 | 0 | 0.10 | 0.39 | 0.24 | 44.42 | 0.39 | 0.61 |
| Hex | C3 | AF | 76 | 0 | A | 27 | 18 | 2C | 27 | 3D |
| Octal | 303 | 257 | 166 | 0 | 12 | 47 | 30 | 54 | 47 | 75 |
| Binary | 11000011 | 10101111 | 1110110 | 0 | 1010 | 100111 | 11000 | 101100 | 100111 | 111101 |
Color Harmonies of #C3AF76
Complementary color
Monochromatic Colors of #C3AF76
Black with #C3AF76
Text Example
Text Example
White with #C3AF76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3AF76; }
p { color: rgb(195,175,118); }
H1.HeaderClassName
{
color: #C3AF76;
}
.AnyTagClassName
{
color: #C3AF76;
}
</style>
background-color css
<style>
a { background-color: #C3AF76; }
a { background-color: rgb(195,175,118); }
div.DivClassName
{
background-color: #C3AF76;
}
.BgClassName
{
background-color: #C3AF76;
}
</style>
border-color css
<style>
span { border-color: #C3AF76; }
span { border-color: rgb(195,175,118); }
td.TdClassName
{
border-color: #C3AF76;
}
.TagClassName
{
border-color: #C3AF76;
}
</style>