Shades of Ecru #C4B47B
Tints of Ecru #C4B47B
RGB
CMYK
RGB Variations
Color information
#C4B47B (or 0xC4B47B) is known color: Ecru. HEX triplet: C4, B4 and 7B. RGB value is (196,180,123). Sum of RGB (Red+Green+Blue) = 196+180+123=499 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.28% from 499); Green value is 180 (70.70% from 255 or 36.07% from 499); Blue value is 123 (48.44% from 255 or 24.65% from 499); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B47B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4B47B is #3B4B84. Grayscale: #B2B2B2. Windows color (decimal): -3885957 or 8107204. OLE color: 8107204.
HSL color Cylindrical-coordinate representation of color #C4B47B: hue angle of 46.85º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C4B47B is Cyan = 0, Magento = 0.08, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 180 | 123 | - |
| CMYK | 0 | 0.08 | 0.37 | 0.23 |
| HSL | 46.85º | 0.38% | 0.63% | - |
| HSV(B) | 46.85º | 0.37% | 0.77% | - |
| XYZ | 42.66 | 45.81 | 25.33 | - |
| YUV | 178.29 | 96.8 | 140.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 180 | 123 | 0 | 0.08 | 0.37 | 0.23 | 46.85 | 0.38 | 0.63 |
| Hex | C4 | B4 | 7B | 0 | 8 | 25 | 17 | 2F | 26 | 3F |
| Octal | 304 | 264 | 173 | 0 | 10 | 45 | 27 | 57 | 46 | 77 |
| Binary | 11000100 | 10110100 | 1111011 | 0 | 1000 | 100101 | 10111 | 101111 | 100110 | 111111 |
Color Harmonies of #C4B47B
Complementary color
Monochromatic Colors of #C4B47B
Black with #C4B47B
Text Example
Text Example
White with #C4B47B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B47B; }
p { color: rgb(196,180,123); }
H1.HeaderClassName
{
color: #C4B47B;
}
.AnyTagClassName
{
color: #C4B47B;
}
</style>
background-color css
<style>
a { background-color: #C4B47B; }
a { background-color: rgb(196,180,123); }
div.DivClassName
{
background-color: #C4B47B;
}
.BgClassName
{
background-color: #C4B47B;
}
</style>
border-color css
<style>
span { border-color: #C4B47B; }
span { border-color: rgb(196,180,123); }
td.TdClassName
{
border-color: #C4B47B;
}
.TagClassName
{
border-color: #C4B47B;
}
</style>