Shades of Ecru #C4B078
Tints of Ecru #C4B078
RGB
CMYK
RGB Variations
Color information
#C4B078 (or 0xC4B078) is known color: Ecru. HEX triplet: C4, B0 and 78. RGB value is (196,176,120). Sum of RGB (Red+Green+Blue) = 196+176+120=492 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.84% from 492); Green value is 176 (69.14% from 255 or 35.77% from 492); Blue value is 120 (47.27% from 255 or 24.39% from 492); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B078 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4B078 is #3B4F87. Grayscale: #AFAFAF. Windows color (decimal): -3886984 or 7909572. OLE color: 7909572.
HSL color Cylindrical-coordinate representation of color #C4B078: hue angle of 44.21º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C4B078 is Cyan = 0, Magento = 0.10, Yellow = 0.39 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 176 | 120 | - |
| CMYK | 0 | 0.10 | 0.39 | 0.23 |
| HSL | 44.21º | 0.39% | 0.62% | - |
| HSV(B) | 44.21º | 0.39% | 0.77% | - |
| XYZ | 41.68 | 44.14 | 24.09 | - |
| YUV | 175.6 | 96.63 | 142.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 176 | 120 | 0 | 0.10 | 0.39 | 0.23 | 44.21 | 0.39 | 0.62 |
| Hex | C4 | B0 | 78 | 0 | A | 27 | 17 | 2C | 27 | 3E |
| Octal | 304 | 260 | 170 | 0 | 12 | 47 | 27 | 54 | 47 | 76 |
| Binary | 11000100 | 10110000 | 1111000 | 0 | 1010 | 100111 | 10111 | 101100 | 100111 | 111110 |
Color Harmonies of #C4B078
Complementary color
Monochromatic Colors of #C4B078
Black with #C4B078
Text Example
Text Example
White with #C4B078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B078; }
p { color: rgb(196,176,120); }
H1.HeaderClassName
{
color: #C4B078;
}
.AnyTagClassName
{
color: #C4B078;
}
</style>
background-color css
<style>
a { background-color: #C4B078; }
a { background-color: rgb(196,176,120); }
div.DivClassName
{
background-color: #C4B078;
}
.BgClassName
{
background-color: #C4B078;
}
</style>
border-color css
<style>
span { border-color: #C4B078; }
span { border-color: rgb(196,176,120); }
td.TdClassName
{
border-color: #C4B078;
}
.TagClassName
{
border-color: #C4B078;
}
</style>