Shades of Ecru #C0B078
Tints of Ecru #C0B078
RGB
CMYK
RGB Variations
Color information
#C0B078 (or 0xC0B078) is known color: Ecru. HEX triplet: C0, B0 and 78. RGB value is (192,176,120). Sum of RGB (Red+Green+Blue) = 192+176+120=488 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.34% from 488); Green value is 176 (69.14% from 255 or 36.07% from 488); Blue value is 120 (47.27% from 255 or 24.59% from 488); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B078 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0B078 is #3F4F87. Grayscale: #AEAEAE. Windows color (decimal): -4149128 or 7909568. OLE color: 7909568.
HSL color Cylindrical-coordinate representation of color #C0B078: hue angle of 46.67º 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 #C0B078 is Cyan = 0, Magento = 0.08, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 176 | 120 | - |
| CMYK | 0 | 0.08 | 0.38 | 0.25 |
| HSL | 46.67º | 0.36% | 0.61% | - |
| HSV(B) | 46.67º | 0.38% | 0.75% | - |
| XYZ | 40.65 | 43.61 | 24.04 | - |
| YUV | 174.4 | 97.3 | 140.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 176 | 120 | 0 | 0.08 | 0.38 | 0.25 | 46.67 | 0.36 | 0.61 |
| Hex | C0 | B0 | 78 | 0 | 8 | 26 | 19 | 2F | 24 | 3D |
| Octal | 300 | 260 | 170 | 0 | 10 | 46 | 31 | 57 | 44 | 75 |
| Binary | 11000000 | 10110000 | 1111000 | 0 | 1000 | 100110 | 11001 | 101111 | 100100 | 111101 |
Color Harmonies of #C0B078
Complementary color
Monochromatic Colors of #C0B078
Black with #C0B078
Text Example
Text Example
White with #C0B078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B078; }
p { color: rgb(192,176,120); }
H1.HeaderClassName
{
color: #C0B078;
}
.AnyTagClassName
{
color: #C0B078;
}
</style>
background-color css
<style>
a { background-color: #C0B078; }
a { background-color: rgb(192,176,120); }
div.DivClassName
{
background-color: #C0B078;
}
.BgClassName
{
background-color: #C0B078;
}
</style>
border-color css
<style>
span { border-color: #C0B078; }
span { border-color: rgb(192,176,120); }
td.TdClassName
{
border-color: #C0B078;
}
.TagClassName
{
border-color: #C0B078;
}
</style>