Shades of Ecru #C2B275
Tints of Ecru #C2B275
RGB
CMYK
RGB Variations
Color information
#C2B275 (or 0xC2B275) is known color: Ecru. HEX triplet: C2, B2 and 75. RGB value is (194,178,117). Sum of RGB (Red+Green+Blue) = 194+178+117=489 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.67% from 489); Green value is 178 (69.92% from 255 or 36.40% from 489); Blue value is 117 (46.09% from 255 or 23.93% from 489); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B275 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2B275 is #3D4D8A. Grayscale: #B0B0B0. Windows color (decimal): -4017547 or 7713474. OLE color: 7713474.
HSL color Cylindrical-coordinate representation of color #C2B275: hue angle of 47.53º 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 #C2B275 is Cyan = 0, Magento = 0.08, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 178 | 117 | - |
| CMYK | 0 | 0.08 | 0.40 | 0.24 |
| HSL | 47.53º | 0.39% | 0.61% | - |
| HSV(B) | 47.53º | 0.4% | 0.76% | - |
| XYZ | 41.38 | 44.59 | 23.26 | - |
| YUV | 175.83 | 94.8 | 140.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 178 | 117 | 0 | 0.08 | 0.40 | 0.24 | 47.53 | 0.39 | 0.61 |
| Hex | C2 | B2 | 75 | 0 | 8 | 28 | 18 | 30 | 27 | 3D |
| Octal | 302 | 262 | 165 | 0 | 10 | 50 | 30 | 60 | 47 | 75 |
| Binary | 11000010 | 10110010 | 1110101 | 0 | 1000 | 101000 | 11000 | 110000 | 100111 | 111101 |
Color Harmonies of #C2B275
Complementary color
Monochromatic Colors of #C2B275
Black with #C2B275
Text Example
Text Example
White with #C2B275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B275; }
p { color: rgb(194,178,117); }
H1.HeaderClassName
{
color: #C2B275;
}
.AnyTagClassName
{
color: #C2B275;
}
</style>
background-color css
<style>
a { background-color: #C2B275; }
a { background-color: rgb(194,178,117); }
div.DivClassName
{
background-color: #C2B275;
}
.BgClassName
{
background-color: #C2B275;
}
</style>
border-color css
<style>
span { border-color: #C2B275; }
span { border-color: rgb(194,178,117); }
td.TdClassName
{
border-color: #C2B275;
}
.TagClassName
{
border-color: #C2B275;
}
</style>