Shades of Ecru #C2B175
Tints of Ecru #C2B175
RGB
CMYK
RGB Variations
Color information
#C2B175 (or 0xC2B175) is known color: Ecru. HEX triplet: C2, B1 and 75. RGB value is (194,177,117). Sum of RGB (Red+Green+Blue) = 194+177+117=488 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.75% from 488); Green value is 177 (69.53% from 255 or 36.27% from 488); Blue value is 117 (46.09% from 255 or 23.98% from 488); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B175 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2B175 is #3D4E8A. Grayscale: #AFAFAF. Windows color (decimal): -4017803 or 7713218. OLE color: 7713218.
HSL color Cylindrical-coordinate representation of color #C2B175: hue angle of 46.75º 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 #C2B175 is Cyan = 0, Magento = 0.09, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 177 | 117 | - |
| CMYK | 0 | 0.09 | 0.40 | 0.24 |
| HSL | 46.75º | 0.39% | 0.61% | - |
| HSV(B) | 46.75º | 0.4% | 0.76% | - |
| XYZ | 41.18 | 44.2 | 23.19 | - |
| YUV | 175.24 | 95.13 | 141.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 177 | 117 | 0 | 0.09 | 0.40 | 0.24 | 46.75 | 0.39 | 0.61 |
| Hex | C2 | B1 | 75 | 0 | 9 | 28 | 18 | 2F | 27 | 3D |
| Octal | 302 | 261 | 165 | 0 | 11 | 50 | 30 | 57 | 47 | 75 |
| Binary | 11000010 | 10110001 | 1110101 | 0 | 1001 | 101000 | 11000 | 101111 | 100111 | 111101 |
Color Harmonies of #C2B175
Complementary color
Monochromatic Colors of #C2B175
Black with #C2B175
Text Example
Text Example
White with #C2B175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B175; }
p { color: rgb(194,177,117); }
H1.HeaderClassName
{
color: #C2B175;
}
.AnyTagClassName
{
color: #C2B175;
}
</style>
background-color css
<style>
a { background-color: #C2B175; }
a { background-color: rgb(194,177,117); }
div.DivClassName
{
background-color: #C2B175;
}
.BgClassName
{
background-color: #C2B175;
}
</style>
border-color css
<style>
span { border-color: #C2B175; }
span { border-color: rgb(194,177,117); }
td.TdClassName
{
border-color: #C2B175;
}
.TagClassName
{
border-color: #C2B175;
}
</style>