Shades of Ecru #C3B278
Tints of Ecru #C3B278
RGB
CMYK
RGB Variations
Color information
#C3B278 (or 0xC3B278) is known color: Ecru. HEX triplet: C3, B2 and 78. RGB value is (195,178,120). Sum of RGB (Red+Green+Blue) = 195+178+120=493 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.55% from 493); Green value is 178 (69.92% from 255 or 36.11% from 493); Blue value is 120 (47.27% from 255 or 24.34% from 493); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B278 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3B278 is #3C4D87. Grayscale: #B0B0B0. Windows color (decimal): -3952008 or 7910083. OLE color: 7910083.
HSL color Cylindrical-coordinate representation of color #C3B278: hue angle of 46.4º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C3B278 is Cyan = 0, Magento = 0.09, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 178 | 120 | - |
| CMYK | 0 | 0.09 | 0.38 | 0.24 |
| HSL | 46.4º | 0.38% | 0.62% | - |
| HSV(B) | 46.4º | 0.38% | 0.76% | - |
| XYZ | 41.82 | 44.8 | 24.21 | - |
| YUV | 176.47 | 96.13 | 141.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 178 | 120 | 0 | 0.09 | 0.38 | 0.24 | 46.4 | 0.38 | 0.62 |
| Hex | C3 | B2 | 78 | 0 | 9 | 26 | 18 | 2E | 26 | 3E |
| Octal | 303 | 262 | 170 | 0 | 11 | 46 | 30 | 56 | 46 | 76 |
| Binary | 11000011 | 10110010 | 1111000 | 0 | 1001 | 100110 | 11000 | 101110 | 100110 | 111110 |
Color Harmonies of #C3B278
Complementary color
Monochromatic Colors of #C3B278
Black with #C3B278
Text Example
Text Example
White with #C3B278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3B278; }
p { color: rgb(195,178,120); }
H1.HeaderClassName
{
color: #C3B278;
}
.AnyTagClassName
{
color: #C3B278;
}
</style>
background-color css
<style>
a { background-color: #C3B278; }
a { background-color: rgb(195,178,120); }
div.DivClassName
{
background-color: #C3B278;
}
.BgClassName
{
background-color: #C3B278;
}
</style>
border-color css
<style>
span { border-color: #C3B278; }
span { border-color: rgb(195,178,120); }
td.TdClassName
{
border-color: #C3B278;
}
.TagClassName
{
border-color: #C3B278;
}
</style>