Shades of Ecru #C3AF74
Tints of Ecru #C3AF74
RGB
CMYK
RGB Variations
Color information
#C3AF74 (or 0xC3AF74) is known color: Ecru. HEX triplet: C3, AF and 74. RGB value is (195,175,116). Sum of RGB (Red+Green+Blue) = 195+175+116=486 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.12% from 486); Green value is 175 (68.75% from 255 or 36.01% from 486); Blue value is 116 (45.70% from 255 or 23.87% from 486); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AF74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3AF74 is #3C508B. Grayscale: #AEAEAE. Windows color (decimal): -3952780 or 7647171. OLE color: 7647171.
HSL color Cylindrical-coordinate representation of color #C3AF74: hue angle of 44.81º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C3AF74 is Cyan = 0, Magento = 0.10, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 175 | 116 | - |
| CMYK | 0 | 0.10 | 0.41 | 0.24 |
| HSL | 44.81º | 0.4% | 0.61% | - |
| HSV(B) | 44.81º | 0.41% | 0.76% | - |
| XYZ | 40.99 | 43.52 | 22.76 | - |
| YUV | 174.25 | 95.13 | 142.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 175 | 116 | 0 | 0.10 | 0.41 | 0.24 | 44.81 | 0.4 | 0.61 |
| Hex | C3 | AF | 74 | 0 | A | 29 | 18 | 2D | 28 | 3D |
| Octal | 303 | 257 | 164 | 0 | 12 | 51 | 30 | 55 | 50 | 75 |
| Binary | 11000011 | 10101111 | 1110100 | 0 | 1010 | 101001 | 11000 | 101101 | 101000 | 111101 |
Color Harmonies of #C3AF74
Complementary color
Monochromatic Colors of #C3AF74
Black with #C3AF74
Text Example
Text Example
White with #C3AF74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3AF74; }
p { color: rgb(195,175,116); }
H1.HeaderClassName
{
color: #C3AF74;
}
.AnyTagClassName
{
color: #C3AF74;
}
</style>
background-color css
<style>
a { background-color: #C3AF74; }
a { background-color: rgb(195,175,116); }
div.DivClassName
{
background-color: #C3AF74;
}
.BgClassName
{
background-color: #C3AF74;
}
</style>
border-color css
<style>
span { border-color: #C3AF74; }
span { border-color: rgb(195,175,116); }
td.TdClassName
{
border-color: #C3AF74;
}
.TagClassName
{
border-color: #C3AF74;
}
</style>