Shades of Ecru #C3AD78
Tints of Ecru #C3AD78
RGB
CMYK
RGB Variations
Color information
#C3AD78 (or 0xC3AD78) is known color: Ecru. HEX triplet: C3, AD and 78. RGB value is (195,173,120). Sum of RGB (Red+Green+Blue) = 195+173+120=488 (64% of max value = 765). Red value is 195 (76.56% from 255 or 39.96% from 488); Green value is 173 (67.97% from 255 or 35.45% from 488); Blue value is 120 (47.27% from 255 or 24.59% from 488); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AD78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3AD78 is #3C5287. Grayscale: #ADADAD. Windows color (decimal): -3953288 or 7908803. OLE color: 7908803.
HSL color Cylindrical-coordinate representation of color #C3AD78: hue angle of 42.4º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C3AD78 is Cyan = 0, Magento = 0.11, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 173 | 120 | - |
| CMYK | 0 | 0.11 | 0.38 | 0.24 |
| HSL | 42.4º | 0.38% | 0.62% | - |
| HSV(B) | 42.4º | 0.38% | 0.76% | - |
| XYZ | 40.84 | 42.85 | 23.89 | - |
| YUV | 173.54 | 97.79 | 143.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 173 | 120 | 0 | 0.11 | 0.38 | 0.24 | 42.4 | 0.38 | 0.62 |
| Hex | C3 | AD | 78 | 0 | B | 26 | 18 | 2A | 26 | 3E |
| Octal | 303 | 255 | 170 | 0 | 13 | 46 | 30 | 52 | 46 | 76 |
| Binary | 11000011 | 10101101 | 1111000 | 0 | 1011 | 100110 | 11000 | 101010 | 100110 | 111110 |
Color Harmonies of #C3AD78
Complementary color
Monochromatic Colors of #C3AD78
Black with #C3AD78
Text Example
Text Example
White with #C3AD78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3AD78; }
p { color: rgb(195,173,120); }
H1.HeaderClassName
{
color: #C3AD78;
}
.AnyTagClassName
{
color: #C3AD78;
}
</style>
background-color css
<style>
a { background-color: #C3AD78; }
a { background-color: rgb(195,173,120); }
div.DivClassName
{
background-color: #C3AD78;
}
.BgClassName
{
background-color: #C3AD78;
}
</style>
border-color css
<style>
span { border-color: #C3AD78; }
span { border-color: rgb(195,173,120); }
td.TdClassName
{
border-color: #C3AD78;
}
.TagClassName
{
border-color: #C3AD78;
}
</style>