Shades of Ecru #C2AD7B
Tints of Ecru #C2AD7B
RGB
CMYK
RGB Variations
Color information
#C2AD7B (or 0xC2AD7B) is known color: Ecru. HEX triplet: C2, AD and 7B. RGB value is (194,173,123). Sum of RGB (Red+Green+Blue) = 194+173+123=490 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.59% from 490); Green value is 173 (67.97% from 255 or 35.31% from 490); Blue value is 123 (48.44% from 255 or 25.10% from 490); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AD7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2AD7B is #3D5284. Grayscale: #ADADAD. Windows color (decimal): -4018821 or 8105410. OLE color: 8105410.
HSL color Cylindrical-coordinate representation of color #C2AD7B: hue angle of 42.25º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C2AD7B is Cyan = 0, Magento = 0.11, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 173 | 123 | - |
| CMYK | 0 | 0.11 | 0.37 | 0.24 |
| HSL | 42.25º | 0.37% | 0.62% | - |
| HSV(B) | 42.25º | 0.37% | 0.76% | - |
| XYZ | 40.77 | 42.79 | 24.85 | - |
| YUV | 173.58 | 99.46 | 142.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 173 | 123 | 0 | 0.11 | 0.37 | 0.24 | 42.25 | 0.37 | 0.62 |
| Hex | C2 | AD | 7B | 0 | B | 25 | 18 | 2A | 25 | 3E |
| Octal | 302 | 255 | 173 | 0 | 13 | 45 | 30 | 52 | 45 | 76 |
| Binary | 11000010 | 10101101 | 1111011 | 0 | 1011 | 100101 | 11000 | 101010 | 100101 | 111110 |
Color Harmonies of #C2AD7B
Complementary color
Monochromatic Colors of #C2AD7B
Black with #C2AD7B
Text Example
Text Example
White with #C2AD7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AD7B; }
p { color: rgb(194,173,123); }
H1.HeaderClassName
{
color: #C2AD7B;
}
.AnyTagClassName
{
color: #C2AD7B;
}
</style>
background-color css
<style>
a { background-color: #C2AD7B; }
a { background-color: rgb(194,173,123); }
div.DivClassName
{
background-color: #C2AD7B;
}
.BgClassName
{
background-color: #C2AD7B;
}
</style>
border-color css
<style>
span { border-color: #C2AD7B; }
span { border-color: rgb(194,173,123); }
td.TdClassName
{
border-color: #C2AD7B;
}
.TagClassName
{
border-color: #C2AD7B;
}
</style>