Shades of Ecru #C0B478
Tints of Ecru #C0B478
RGB
CMYK
RGB Variations
Color information
#C0B478 (or 0xC0B478) is known color: Ecru. HEX triplet: C0, B4 and 78. RGB value is (192,180,120). Sum of RGB (Red+Green+Blue) = 192+180+120=492 (65% of max value = 765). Red value is 192 (75.39% from 255 or 39.02% from 492); Green value is 180 (70.70% from 255 or 36.59% from 492); Blue value is 120 (47.27% from 255 or 24.39% from 492); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B478 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0B478 is #3F4B87. Grayscale: #B0B0B0. Windows color (decimal): -4148104 or 7910592. OLE color: 7910592.
HSL color Cylindrical-coordinate representation of color #C0B478: hue angle of 50º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C0B478 is Cyan = 0, Magento = 0.06, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 180 | 120 | - |
| CMYK | 0 | 0.06 | 0.38 | 0.25 |
| HSL | 50º | 0.36% | 0.61% | - |
| HSV(B) | 50º | 0.38% | 0.75% | - |
| XYZ | 41.45 | 45.21 | 24.31 | - |
| YUV | 176.75 | 95.98 | 138.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 180 | 120 | 0 | 0.06 | 0.38 | 0.25 | 50 | 0.36 | 0.61 |
| Hex | C0 | B4 | 78 | 0 | 6 | 26 | 19 | 32 | 24 | 3D |
| Octal | 300 | 264 | 170 | 0 | 6 | 46 | 31 | 62 | 44 | 75 |
| Binary | 11000000 | 10110100 | 1111000 | 0 | 110 | 100110 | 11001 | 110010 | 100100 | 111101 |
Color Harmonies of #C0B478
Complementary color
Monochromatic Colors of #C0B478
Black with #C0B478
Text Example
Text Example
White with #C0B478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B478; }
p { color: rgb(192,180,120); }
H1.HeaderClassName
{
color: #C0B478;
}
.AnyTagClassName
{
color: #C0B478;
}
</style>
background-color css
<style>
a { background-color: #C0B478; }
a { background-color: rgb(192,180,120); }
div.DivClassName
{
background-color: #C0B478;
}
.BgClassName
{
background-color: #C0B478;
}
</style>
border-color css
<style>
span { border-color: #C0B478; }
span { border-color: rgb(192,180,120); }
td.TdClassName
{
border-color: #C0B478;
}
.TagClassName
{
border-color: #C0B478;
}
</style>