Shades of Ecru #C4B085
Tints of Ecru #C4B085
RGB
CMYK
RGB Variations
Color information
#C4B085 (or 0xC4B085) is known color: Ecru. HEX triplet: C4, B0 and 85. RGB value is (196,176,133). Sum of RGB (Red+Green+Blue) = 196+176+133=505 (66% of max value = 765). Red value is 196 (76.95% from 255 or 38.81% from 505); Green value is 176 (69.14% from 255 or 34.85% from 505); Blue value is 133 (52.34% from 255 or 26.34% from 505); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B085 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4B085 is #3B4F7A. Grayscale: #B1B1B1. Windows color (decimal): -3886971 or 8761540. OLE color: 8761540.
HSL color Cylindrical-coordinate representation of color #C4B085: hue angle of 40.95º degrees, saturation: 0.35, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C4B085 is Cyan = 0, Magento = 0.10, Yellow = 0.32 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 176 | 133 | - |
| CMYK | 0 | 0.10 | 0.32 | 0.23 |
| HSL | 40.95º | 0.35% | 0.65% | - |
| HSV(B) | 40.95º | 0.32% | 0.77% | - |
| XYZ | 42.52 | 44.48 | 28.53 | - |
| YUV | 177.08 | 103.13 | 141.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 176 | 133 | 0 | 0.10 | 0.32 | 0.23 | 40.95 | 0.35 | 0.65 |
| Hex | C4 | B0 | 85 | 0 | A | 20 | 17 | 29 | 23 | 41 |
| Octal | 304 | 260 | 205 | 0 | 12 | 40 | 27 | 51 | 43 | 101 |
| Binary | 11000100 | 10110000 | 10000101 | 0 | 1010 | 100000 | 10111 | 101001 | 100011 | 1000001 |
Color Harmonies of #C4B085
Complementary color
Monochromatic Colors of #C4B085
Black with #C4B085
Text Example
Text Example
White with #C4B085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B085; }
p { color: rgb(196,176,133); }
H1.HeaderClassName
{
color: #C4B085;
}
.AnyTagClassName
{
color: #C4B085;
}
</style>
background-color css
<style>
a { background-color: #C4B085; }
a { background-color: rgb(196,176,133); }
div.DivClassName
{
background-color: #C4B085;
}
.BgClassName
{
background-color: #C4B085;
}
</style>
border-color css
<style>
span { border-color: #C4B085; }
span { border-color: rgb(196,176,133); }
td.TdClassName
{
border-color: #C4B085;
}
.TagClassName
{
border-color: #C4B085;
}
</style>