Shades of Ecru #C3AC77
Tints of Ecru #C3AC77
RGB
CMYK
RGB Variations
Color information
#C3AC77 (or 0xC3AC77) is known color: Ecru. HEX triplet: C3, AC and 77. RGB value is (195,172,119). Sum of RGB (Red+Green+Blue) = 195+172+119=486 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.12% from 486); Green value is 172 (67.58% from 255 or 35.39% from 486); Blue value is 119 (46.88% from 255 or 24.49% from 486); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AC77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3AC77 is #3C5388. Grayscale: #ADADAD. Windows color (decimal): -3953545 or 7843011. OLE color: 7843011.
HSL color Cylindrical-coordinate representation of color #C3AC77: hue angle of 41.84º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C3AC77 is Cyan = 0, Magento = 0.12, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 172 | 119 | - |
| CMYK | 0 | 0.12 | 0.39 | 0.24 |
| HSL | 41.84º | 0.39% | 0.62% | - |
| HSV(B) | 41.84º | 0.39% | 0.76% | - |
| XYZ | 40.59 | 42.44 | 23.51 | - |
| YUV | 172.84 | 97.62 | 143.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 172 | 119 | 0 | 0.12 | 0.39 | 0.24 | 41.84 | 0.39 | 0.62 |
| Hex | C3 | AC | 77 | 0 | C | 27 | 18 | 2A | 27 | 3E |
| Octal | 303 | 254 | 167 | 0 | 14 | 47 | 30 | 52 | 47 | 76 |
| Binary | 11000011 | 10101100 | 1110111 | 0 | 1100 | 100111 | 11000 | 101010 | 100111 | 111110 |
Color Harmonies of #C3AC77
Complementary color
Monochromatic Colors of #C3AC77
Black with #C3AC77
Text Example
Text Example
White with #C3AC77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3AC77; }
p { color: rgb(195,172,119); }
H1.HeaderClassName
{
color: #C3AC77;
}
.AnyTagClassName
{
color: #C3AC77;
}
</style>
background-color css
<style>
a { background-color: #C3AC77; }
a { background-color: rgb(195,172,119); }
div.DivClassName
{
background-color: #C3AC77;
}
.BgClassName
{
background-color: #C3AC77;
}
</style>
border-color css
<style>
span { border-color: #C3AC77; }
span { border-color: rgb(195,172,119); }
td.TdClassName
{
border-color: #C3AC77;
}
.TagClassName
{
border-color: #C3AC77;
}
</style>