Shades of Ecru #C5B38A
Tints of Ecru #C5B38A
RGB
CMYK
RGB Variations
Color information
#C5B38A (or 0xC5B38A) is known color: Ecru. HEX triplet: C5, B3 and 8A. RGB value is (197,179,138). Sum of RGB (Red+Green+Blue) = 197+179+138=514 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.33% from 514); Green value is 179 (70.31% from 255 or 34.82% from 514); Blue value is 138 (54.30% from 255 or 26.85% from 514); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B38A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5B38A is #3A4C75. Grayscale: #B3B3B3. Windows color (decimal): -3820662 or 9089989. OLE color: 9089989.
HSL color Cylindrical-coordinate representation of color #C5B38A: hue angle of 41.69º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C5B38A is Cyan = 0, Magento = 0.09, Yellow = 0.30 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 179 | 138 | - |
| CMYK | 0 | 0.09 | 0.30 | 0.23 |
| HSL | 41.69º | 0.34% | 0.66% | - |
| HSV(B) | 41.69º | 0.3% | 0.77% | - |
| XYZ | 43.73 | 45.95 | 30.61 | - |
| YUV | 179.71 | 104.46 | 140.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 179 | 138 | 0 | 0.09 | 0.30 | 0.23 | 41.69 | 0.34 | 0.66 |
| Hex | C5 | B3 | 8A | 0 | 9 | 1E | 17 | 2A | 22 | 42 |
| Octal | 305 | 263 | 212 | 0 | 11 | 36 | 27 | 52 | 42 | 102 |
| Binary | 11000101 | 10110011 | 10001010 | 0 | 1001 | 11110 | 10111 | 101010 | 100010 | 1000010 |
Color Harmonies of #C5B38A
Complementary color
Monochromatic Colors of #C5B38A
Black with #C5B38A
Text Example
Text Example
White with #C5B38A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B38A; }
p { color: rgb(197,179,138); }
H1.HeaderClassName
{
color: #C5B38A;
}
.AnyTagClassName
{
color: #C5B38A;
}
</style>
background-color css
<style>
a { background-color: #C5B38A; }
a { background-color: rgb(197,179,138); }
div.DivClassName
{
background-color: #C5B38A;
}
.BgClassName
{
background-color: #C5B38A;
}
</style>
border-color css
<style>
span { border-color: #C5B38A; }
span { border-color: rgb(197,179,138); }
td.TdClassName
{
border-color: #C5B38A;
}
.TagClassName
{
border-color: #C5B38A;
}
</style>