Shades of Ecru #C1AD7B
Tints of Ecru #C1AD7B
RGB
CMYK
RGB Variations
Color information
#C1AD7B (or 0xC1AD7B) is known color: Ecru. HEX triplet: C1, AD and 7B. RGB value is (193,173,123). Sum of RGB (Red+Green+Blue) = 193+173+123=489 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.47% from 489); Green value is 173 (67.97% from 255 or 35.38% from 489); Blue value is 123 (48.44% from 255 or 25.15% from 489); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AD7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1AD7B is #3E5284. Grayscale: #ADADAD. Windows color (decimal): -4084357 or 8105409. OLE color: 8105409.
HSL color Cylindrical-coordinate representation of color #C1AD7B: hue angle of 42.86º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C1AD7B is Cyan = 0, Magento = 0.10, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 173 | 123 | - |
| CMYK | 0 | 0.10 | 0.36 | 0.24 |
| HSL | 42.86º | 0.36% | 0.62% | - |
| HSV(B) | 42.86º | 0.36% | 0.76% | - |
| XYZ | 40.51 | 42.65 | 24.84 | - |
| YUV | 173.28 | 99.63 | 142.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 173 | 123 | 0 | 0.10 | 0.36 | 0.24 | 42.86 | 0.36 | 0.62 |
| Hex | C1 | AD | 7B | 0 | A | 24 | 18 | 2B | 24 | 3E |
| Octal | 301 | 255 | 173 | 0 | 12 | 44 | 30 | 53 | 44 | 76 |
| Binary | 11000001 | 10101101 | 1111011 | 0 | 1010 | 100100 | 11000 | 101011 | 100100 | 111110 |
Color Harmonies of #C1AD7B
Complementary color
Monochromatic Colors of #C1AD7B
Black with #C1AD7B
Text Example
Text Example
White with #C1AD7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1AD7B; }
p { color: rgb(193,173,123); }
H1.HeaderClassName
{
color: #C1AD7B;
}
.AnyTagClassName
{
color: #C1AD7B;
}
</style>
background-color css
<style>
a { background-color: #C1AD7B; }
a { background-color: rgb(193,173,123); }
div.DivClassName
{
background-color: #C1AD7B;
}
.BgClassName
{
background-color: #C1AD7B;
}
</style>
border-color css
<style>
span { border-color: #C1AD7B; }
span { border-color: rgb(193,173,123); }
td.TdClassName
{
border-color: #C1AD7B;
}
.TagClassName
{
border-color: #C1AD7B;
}
</style>