Shades of Ecru #C3AF86
Tints of Ecru #C3AF86
RGB
CMYK
RGB Variations
Color information
#C3AF86 (or 0xC3AF86) is known color: Ecru. HEX triplet: C3, AF and 86. RGB value is (195,175,134). Sum of RGB (Red+Green+Blue) = 195+175+134=504 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.69% from 504); Green value is 175 (68.75% from 255 or 34.72% from 504); Blue value is 134 (52.73% from 255 or 26.59% from 504); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AF86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3AF86 is #3C5079. Grayscale: #B0B0B0. Windows color (decimal): -3952762 or 8826819. OLE color: 8826819.
HSL color Cylindrical-coordinate representation of color #C3AF86: hue angle of 40.33º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C3AF86 is Cyan = 0, Magento = 0.10, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 175 | 134 | - |
| CMYK | 0 | 0.10 | 0.31 | 0.24 |
| HSL | 40.33º | 0.34% | 0.65% | - |
| HSV(B) | 40.33º | 0.31% | 0.76% | - |
| XYZ | 42.14 | 43.98 | 28.82 | - |
| YUV | 176.31 | 104.13 | 141.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 175 | 134 | 0 | 0.10 | 0.31 | 0.24 | 40.33 | 0.34 | 0.65 |
| Hex | C3 | AF | 86 | 0 | A | 1F | 18 | 28 | 22 | 41 |
| Octal | 303 | 257 | 206 | 0 | 12 | 37 | 30 | 50 | 42 | 101 |
| Binary | 11000011 | 10101111 | 10000110 | 0 | 1010 | 11111 | 11000 | 101000 | 100010 | 1000001 |
Color Harmonies of #C3AF86
Complementary color
Monochromatic Colors of #C3AF86
Black with #C3AF86
Text Example
Text Example
White with #C3AF86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3AF86; }
p { color: rgb(195,175,134); }
H1.HeaderClassName
{
color: #C3AF86;
}
.AnyTagClassName
{
color: #C3AF86;
}
</style>
background-color css
<style>
a { background-color: #C3AF86; }
a { background-color: rgb(195,175,134); }
div.DivClassName
{
background-color: #C3AF86;
}
.BgClassName
{
background-color: #C3AF86;
}
</style>
border-color css
<style>
span { border-color: #C3AF86; }
span { border-color: rgb(195,175,134); }
td.TdClassName
{
border-color: #C3AF86;
}
.TagClassName
{
border-color: #C3AF86;
}
</style>