Shades of Ecru #C8B478
Tints of Ecru #C8B478
RGB
CMYK
RGB Variations
Color information
#C8B478 (or 0xC8B478) is known color: Ecru. HEX triplet: C8, B4 and 78. RGB value is (200,180,120). Sum of RGB (Red+Green+Blue) = 200+180+120=500 (66% of max value = 765). Red value is 200 (78.52% from 255 or 40% from 500); Green value is 180 (70.70% from 255 or 36% from 500); Blue value is 120 (47.27% from 255 or 24% from 500); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B478 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8B478 is #374B87. Grayscale: #B3B3B3. Windows color (decimal): -3623816 or 7910600. OLE color: 7910600.
HSL color Cylindrical-coordinate representation of color #C8B478: hue angle of 45º degrees, saturation: 0.42, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C8B478 is Cyan = 0, Magento = 0.1, Yellow = 0.4 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 180 | 120 | - |
| CMYK | 0 | 0.1 | 0.4 | 0.22 |
| HSL | 45º | 0.42% | 0.63% | - |
| HSV(B) | 45º | 0.4% | 0.78% | - |
| XYZ | 43.53 | 46.28 | 24.41 | - |
| YUV | 179.14 | 94.63 | 142.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 180 | 120 | 0 | 0.1 | 0.4 | 0.22 | 45 | 0.42 | 0.63 |
| Hex | C8 | B4 | 78 | 0 | A | 28 | 16 | 2D | 2A | 3F |
| Octal | 310 | 264 | 170 | 0 | 12 | 50 | 26 | 55 | 52 | 77 |
| Binary | 11001000 | 10110100 | 1111000 | 0 | 1010 | 101000 | 10110 | 101101 | 101010 | 111111 |
Color Harmonies of #C8B478
Complementary color
Monochromatic Colors of #C8B478
Black with #C8B478
Text Example
Text Example
White with #C8B478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B478; }
p { color: rgb(200,180,120); }
H1.HeaderClassName
{
color: #C8B478;
}
.AnyTagClassName
{
color: #C8B478;
}
</style>
background-color css
<style>
a { background-color: #C8B478; }
a { background-color: rgb(200,180,120); }
div.DivClassName
{
background-color: #C8B478;
}
.BgClassName
{
background-color: #C8B478;
}
</style>
border-color css
<style>
span { border-color: #C8B478; }
span { border-color: rgb(200,180,120); }
td.TdClassName
{
border-color: #C8B478;
}
.TagClassName
{
border-color: #C8B478;
}
</style>