Shades of Ecru #C1AD81
Tints of Ecru #C1AD81
RGB
CMYK
RGB Variations
Color information
#C1AD81 (or 0xC1AD81) is known color: Ecru. HEX triplet: C1, AD and 81. RGB value is (193,173,129). Sum of RGB (Red+Green+Blue) = 193+173+129=495 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.99% from 495); Green value is 173 (67.97% from 255 or 34.95% from 495); Blue value is 129 (50.78% from 255 or 26.06% from 495); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AD81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1AD81 is #3E527E. Grayscale: #AEAEAE. Windows color (decimal): -4084351 or 8498625. OLE color: 8498625.
HSL color Cylindrical-coordinate representation of color #C1AD81: hue angle of 41.25º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C1AD81 is Cyan = 0, Magento = 0.10, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 173 | 129 | - |
| CMYK | 0 | 0.10 | 0.33 | 0.24 |
| HSL | 41.25º | 0.34% | 0.63% | - |
| HSV(B) | 41.25º | 0.33% | 0.76% | - |
| XYZ | 40.9 | 42.81 | 26.88 | - |
| YUV | 173.96 | 102.63 | 141.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 173 | 129 | 0 | 0.10 | 0.33 | 0.24 | 41.25 | 0.34 | 0.63 |
| Hex | C1 | AD | 81 | 0 | A | 21 | 18 | 29 | 22 | 3F |
| Octal | 301 | 255 | 201 | 0 | 12 | 41 | 30 | 51 | 42 | 77 |
| Binary | 11000001 | 10101101 | 10000001 | 0 | 1010 | 100001 | 11000 | 101001 | 100010 | 111111 |
Color Harmonies of #C1AD81
Complementary color
Monochromatic Colors of #C1AD81
Black with #C1AD81
Text Example
Text Example
White with #C1AD81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1AD81; }
p { color: rgb(193,173,129); }
H1.HeaderClassName
{
color: #C1AD81;
}
.AnyTagClassName
{
color: #C1AD81;
}
</style>
background-color css
<style>
a { background-color: #C1AD81; }
a { background-color: rgb(193,173,129); }
div.DivClassName
{
background-color: #C1AD81;
}
.BgClassName
{
background-color: #C1AD81;
}
</style>
border-color css
<style>
span { border-color: #C1AD81; }
span { border-color: rgb(193,173,129); }
td.TdClassName
{
border-color: #C1AD81;
}
.TagClassName
{
border-color: #C1AD81;
}
</style>