Shades of Ecru #C2B578
Tints of Ecru #C2B578
RGB
CMYK
RGB Variations
Color information
#C2B578 (or 0xC2B578) is known color: Ecru. HEX triplet: C2, B5 and 78. RGB value is (194,181,120). Sum of RGB (Red+Green+Blue) = 194+181+120=495 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.19% from 495); Green value is 181 (71.09% from 255 or 36.57% from 495); Blue value is 120 (47.27% from 255 or 24.24% from 495); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B578 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2B578 is #3D4A87. Grayscale: #B2B2B2. Windows color (decimal): -4016776 or 7910850. OLE color: 7910850.
HSL color Cylindrical-coordinate representation of color #C2B578: hue angle of 49.46º 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 #C2B578 is Cyan = 0, Magento = 0.07, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 181 | 120 | - |
| CMYK | 0 | 0.07 | 0.38 | 0.24 |
| HSL | 49.46º | 0.38% | 0.62% | - |
| HSV(B) | 49.46º | 0.38% | 0.76% | - |
| XYZ | 42.16 | 45.87 | 24.4 | - |
| YUV | 177.93 | 95.31 | 139.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 181 | 120 | 0 | 0.07 | 0.38 | 0.24 | 49.46 | 0.38 | 0.62 |
| Hex | C2 | B5 | 78 | 0 | 7 | 26 | 18 | 31 | 26 | 3E |
| Octal | 302 | 265 | 170 | 0 | 7 | 46 | 30 | 61 | 46 | 76 |
| Binary | 11000010 | 10110101 | 1111000 | 0 | 111 | 100110 | 11000 | 110001 | 100110 | 111110 |
Color Harmonies of #C2B578
Complementary color
Monochromatic Colors of #C2B578
Black with #C2B578
Text Example
Text Example
White with #C2B578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B578; }
p { color: rgb(194,181,120); }
H1.HeaderClassName
{
color: #C2B578;
}
.AnyTagClassName
{
color: #C2B578;
}
</style>
background-color css
<style>
a { background-color: #C2B578; }
a { background-color: rgb(194,181,120); }
div.DivClassName
{
background-color: #C2B578;
}
.BgClassName
{
background-color: #C2B578;
}
</style>
border-color css
<style>
span { border-color: #C2B578; }
span { border-color: rgb(194,181,120); }
td.TdClassName
{
border-color: #C2B578;
}
.TagClassName
{
border-color: #C2B578;
}
</style>