Shades of Ecru #C0B378
Tints of Ecru #C0B378
RGB
CMYK
RGB Variations
Color information
#C0B378 (or 0xC0B378) is known color: Ecru. HEX triplet: C0, B3 and 78. RGB value is (192,179,120). Sum of RGB (Red+Green+Blue) = 192+179+120=491 (65% of max value = 765). Red value is 192 (75.39% from 255 or 39.10% from 491); Green value is 179 (70.31% from 255 or 36.46% from 491); Blue value is 120 (47.27% from 255 or 24.44% from 491); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B378 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0B378 is #3F4C87. Grayscale: #B0B0B0. Windows color (decimal): -4148360 or 7910336. OLE color: 7910336.
HSL color Cylindrical-coordinate representation of color #C0B378: hue angle of 49.17º 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 #C0B378 is Cyan = 0, Magento = 0.07, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 179 | 120 | - |
| CMYK | 0 | 0.07 | 0.38 | 0.25 |
| HSL | 49.17º | 0.36% | 0.61% | - |
| HSV(B) | 49.17º | 0.38% | 0.75% | - |
| XYZ | 41.25 | 44.8 | 24.24 | - |
| YUV | 176.16 | 96.31 | 139.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 179 | 120 | 0 | 0.07 | 0.38 | 0.25 | 49.17 | 0.36 | 0.61 |
| Hex | C0 | B3 | 78 | 0 | 7 | 26 | 19 | 31 | 24 | 3D |
| Octal | 300 | 263 | 170 | 0 | 7 | 46 | 31 | 61 | 44 | 75 |
| Binary | 11000000 | 10110011 | 1111000 | 0 | 111 | 100110 | 11001 | 110001 | 100100 | 111101 |
Color Harmonies of #C0B378
Complementary color
Monochromatic Colors of #C0B378
Black with #C0B378
Text Example
Text Example
White with #C0B378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B378; }
p { color: rgb(192,179,120); }
H1.HeaderClassName
{
color: #C0B378;
}
.AnyTagClassName
{
color: #C0B378;
}
</style>
background-color css
<style>
a { background-color: #C0B378; }
a { background-color: rgb(192,179,120); }
div.DivClassName
{
background-color: #C0B378;
}
.BgClassName
{
background-color: #C0B378;
}
</style>
border-color css
<style>
span { border-color: #C0B378; }
span { border-color: rgb(192,179,120); }
td.TdClassName
{
border-color: #C0B378;
}
.TagClassName
{
border-color: #C0B378;
}
</style>