Shades of Ecru #C3AF75
Tints of Ecru #C3AF75
RGB
CMYK
RGB Variations
Color information
#C3AF75 (or 0xC3AF75) is known color: Ecru. HEX triplet: C3, AF and 75. RGB value is (195,175,117). Sum of RGB (Red+Green+Blue) = 195+175+117=487 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.04% from 487); Green value is 175 (68.75% from 255 or 35.93% from 487); Blue value is 117 (46.09% from 255 or 24.02% from 487); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AF75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3AF75 is #3C508A. Grayscale: #AEAEAE. Windows color (decimal): -3952779 or 7712707. OLE color: 7712707.
HSL color Cylindrical-coordinate representation of color #C3AF75: hue angle of 44.62º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C3AF75 is Cyan = 0, Magento = 0.10, Yellow = 0.4 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 175 | 117 | - |
| CMYK | 0 | 0.10 | 0.4 | 0.24 |
| HSL | 44.62º | 0.39% | 0.61% | - |
| HSV(B) | 44.62º | 0.4% | 0.76% | - |
| XYZ | 41.05 | 43.55 | 23.07 | - |
| YUV | 174.37 | 95.63 | 142.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 175 | 117 | 0 | 0.10 | 0.4 | 0.24 | 44.62 | 0.39 | 0.61 |
| Hex | C3 | AF | 75 | 0 | A | 28 | 18 | 2D | 27 | 3D |
| Octal | 303 | 257 | 165 | 0 | 12 | 50 | 30 | 55 | 47 | 75 |
| Binary | 11000011 | 10101111 | 1110101 | 0 | 1010 | 101000 | 11000 | 101101 | 100111 | 111101 |
Color Harmonies of #C3AF75
Complementary color
Monochromatic Colors of #C3AF75
Black with #C3AF75
Text Example
Text Example
White with #C3AF75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3AF75; }
p { color: rgb(195,175,117); }
H1.HeaderClassName
{
color: #C3AF75;
}
.AnyTagClassName
{
color: #C3AF75;
}
</style>
background-color css
<style>
a { background-color: #C3AF75; }
a { background-color: rgb(195,175,117); }
div.DivClassName
{
background-color: #C3AF75;
}
.BgClassName
{
background-color: #C3AF75;
}
</style>
border-color css
<style>
span { border-color: #C3AF75; }
span { border-color: rgb(195,175,117); }
td.TdClassName
{
border-color: #C3AF75;
}
.TagClassName
{
border-color: #C3AF75;
}
</style>