Shades of Ecru #C2B075
Tints of Ecru #C2B075
RGB
CMYK
RGB Variations
Color information
#C2B075 (or 0xC2B075) is known color: Ecru. HEX triplet: C2, B0 and 75. RGB value is (194,176,117). Sum of RGB (Red+Green+Blue) = 194+176+117=487 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.84% from 487); Green value is 176 (69.14% from 255 or 36.14% from 487); Blue value is 117 (46.09% from 255 or 24.02% from 487); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B075 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2B075 is #3D4F8A. Grayscale: #AEAEAE. Windows color (decimal): -4018059 or 7712962. OLE color: 7712962.
HSL color Cylindrical-coordinate representation of color #C2B075: hue angle of 45.97º 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 #C2B075 is Cyan = 0, Magento = 0.09, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 176 | 117 | - |
| CMYK | 0 | 0.09 | 0.40 | 0.24 |
| HSL | 45.97º | 0.39% | 0.61% | - |
| HSV(B) | 45.97º | 0.4% | 0.76% | - |
| XYZ | 40.98 | 43.8 | 23.12 | - |
| YUV | 174.66 | 95.46 | 141.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 176 | 117 | 0 | 0.09 | 0.40 | 0.24 | 45.97 | 0.39 | 0.61 |
| Hex | C2 | B0 | 75 | 0 | 9 | 28 | 18 | 2E | 27 | 3D |
| Octal | 302 | 260 | 165 | 0 | 11 | 50 | 30 | 56 | 47 | 75 |
| Binary | 11000010 | 10110000 | 1110101 | 0 | 1001 | 101000 | 11000 | 101110 | 100111 | 111101 |
Color Harmonies of #C2B075
Complementary color
Monochromatic Colors of #C2B075
Black with #C2B075
Text Example
Text Example
White with #C2B075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B075; }
p { color: rgb(194,176,117); }
H1.HeaderClassName
{
color: #C2B075;
}
.AnyTagClassName
{
color: #C2B075;
}
</style>
background-color css
<style>
a { background-color: #C2B075; }
a { background-color: rgb(194,176,117); }
div.DivClassName
{
background-color: #C2B075;
}
.BgClassName
{
background-color: #C2B075;
}
</style>
border-color css
<style>
span { border-color: #C2B075; }
span { border-color: rgb(194,176,117); }
td.TdClassName
{
border-color: #C2B075;
}
.TagClassName
{
border-color: #C2B075;
}
</style>