Shades of Ecru #C2B375
Tints of Ecru #C2B375
RGB
CMYK
RGB Variations
Color information
#C2B375 (or 0xC2B375) is known color: Ecru. HEX triplet: C2, B3 and 75. RGB value is (194,179,117). Sum of RGB (Red+Green+Blue) = 194+179+117=490 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.59% from 490); Green value is 179 (70.31% from 255 or 36.53% from 490); Blue value is 117 (46.09% from 255 or 23.88% from 490); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B375 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2B375 is #3D4C8A. Grayscale: #B0B0B0. Windows color (decimal): -4017291 or 7713730. OLE color: 7713730.
HSL color Cylindrical-coordinate representation of color #C2B375: hue angle of 48.31º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C2B375 is Cyan = 0, Magento = 0.08, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 179 | 117 | - |
| CMYK | 0 | 0.08 | 0.40 | 0.24 |
| HSL | 48.31º | 0.39% | 0.61% | - |
| HSV(B) | 48.31º | 0.4% | 0.76% | - |
| XYZ | 41.58 | 44.99 | 23.32 | - |
| YUV | 176.42 | 94.47 | 140.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 179 | 117 | 0 | 0.08 | 0.40 | 0.24 | 48.31 | 0.39 | 0.61 |
| Hex | C2 | B3 | 75 | 0 | 8 | 28 | 18 | 30 | 27 | 3D |
| Octal | 302 | 263 | 165 | 0 | 10 | 50 | 30 | 60 | 47 | 75 |
| Binary | 11000010 | 10110011 | 1110101 | 0 | 1000 | 101000 | 11000 | 110000 | 100111 | 111101 |
Color Harmonies of #C2B375
Complementary color
Monochromatic Colors of #C2B375
Black with #C2B375
Text Example
Text Example
White with #C2B375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B375; }
p { color: rgb(194,179,117); }
H1.HeaderClassName
{
color: #C2B375;
}
.AnyTagClassName
{
color: #C2B375;
}
</style>
background-color css
<style>
a { background-color: #C2B375; }
a { background-color: rgb(194,179,117); }
div.DivClassName
{
background-color: #C2B375;
}
.BgClassName
{
background-color: #C2B375;
}
</style>
border-color css
<style>
span { border-color: #C2B375; }
span { border-color: rgb(194,179,117); }
td.TdClassName
{
border-color: #C2B375;
}
.TagClassName
{
border-color: #C2B375;
}
</style>