Shades of Ecru #C2B077
Tints of Ecru #C2B077
RGB
CMYK
RGB Variations
Color information
#C2B077 (or 0xC2B077) is known color: Ecru. HEX triplet: C2, B0 and 77. RGB value is (194,176,119). Sum of RGB (Red+Green+Blue) = 194+176+119=489 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.67% from 489); Green value is 176 (69.14% from 255 or 35.99% from 489); Blue value is 119 (46.88% from 255 or 24.34% from 489); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B077 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2B077 is #3D4F88. Grayscale: #AFAFAF. Windows color (decimal): -4018057 or 7844034. OLE color: 7844034.
HSL color Cylindrical-coordinate representation of color #C2B077: hue angle of 45.6º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C2B077 is Cyan = 0, Magento = 0.09, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 176 | 119 | - |
| CMYK | 0 | 0.09 | 0.39 | 0.24 |
| HSL | 45.6º | 0.38% | 0.61% | - |
| HSV(B) | 45.6º | 0.39% | 0.76% | - |
| XYZ | 41.1 | 43.85 | 23.75 | - |
| YUV | 174.88 | 96.46 | 141.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 176 | 119 | 0 | 0.09 | 0.39 | 0.24 | 45.6 | 0.38 | 0.61 |
| Hex | C2 | B0 | 77 | 0 | 9 | 27 | 18 | 2E | 26 | 3D |
| Octal | 302 | 260 | 167 | 0 | 11 | 47 | 30 | 56 | 46 | 75 |
| Binary | 11000010 | 10110000 | 1110111 | 0 | 1001 | 100111 | 11000 | 101110 | 100110 | 111101 |
Color Harmonies of #C2B077
Complementary color
Monochromatic Colors of #C2B077
Black with #C2B077
Text Example
Text Example
White with #C2B077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B077; }
p { color: rgb(194,176,119); }
H1.HeaderClassName
{
color: #C2B077;
}
.AnyTagClassName
{
color: #C2B077;
}
</style>
background-color css
<style>
a { background-color: #C2B077; }
a { background-color: rgb(194,176,119); }
div.DivClassName
{
background-color: #C2B077;
}
.BgClassName
{
background-color: #C2B077;
}
</style>
border-color css
<style>
span { border-color: #C2B077; }
span { border-color: rgb(194,176,119); }
td.TdClassName
{
border-color: #C2B077;
}
.TagClassName
{
border-color: #C2B077;
}
</style>