Shades of Ecru #C2B073
Tints of Ecru #C2B073
RGB
CMYK
RGB Variations
Color information
#C2B073 (or 0xC2B073) is known color: Ecru. HEX triplet: C2, B0 and 73. RGB value is (194,176,115). Sum of RGB (Red+Green+Blue) = 194+176+115=485 (64% of max value = 765). Red value is 194 (76.17% from 255 or 40% from 485); Green value is 176 (69.14% from 255 or 36.29% from 485); Blue value is 115 (45.31% from 255 or 23.71% from 485); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B073 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2B073 is #3D4F8C. Grayscale: #AEAEAE. Windows color (decimal): -4018061 or 7581890. OLE color: 7581890.
HSL color Cylindrical-coordinate representation of color #C2B073: hue angle of 46.33º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C2B073 is Cyan = 0, Magento = 0.09, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 176 | 115 | - |
| CMYK | 0 | 0.09 | 0.41 | 0.24 |
| HSL | 46.33º | 0.39% | 0.61% | - |
| HSV(B) | 46.33º | 0.41% | 0.76% | - |
| XYZ | 40.87 | 43.76 | 22.51 | - |
| YUV | 174.43 | 94.46 | 141.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 176 | 115 | 0 | 0.09 | 0.41 | 0.24 | 46.33 | 0.39 | 0.61 |
| Hex | C2 | B0 | 73 | 0 | 9 | 29 | 18 | 2E | 27 | 3D |
| Octal | 302 | 260 | 163 | 0 | 11 | 51 | 30 | 56 | 47 | 75 |
| Binary | 11000010 | 10110000 | 1110011 | 0 | 1001 | 101001 | 11000 | 101110 | 100111 | 111101 |
Color Harmonies of #C2B073
Complementary color
Monochromatic Colors of #C2B073
Black with #C2B073
Text Example
Text Example
White with #C2B073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B073; }
p { color: rgb(194,176,115); }
H1.HeaderClassName
{
color: #C2B073;
}
.AnyTagClassName
{
color: #C2B073;
}
</style>
background-color css
<style>
a { background-color: #C2B073; }
a { background-color: rgb(194,176,115); }
div.DivClassName
{
background-color: #C2B073;
}
.BgClassName
{
background-color: #C2B073;
}
</style>
border-color css
<style>
span { border-color: #C2B073; }
span { border-color: rgb(194,176,115); }
td.TdClassName
{
border-color: #C2B073;
}
.TagClassName
{
border-color: #C2B073;
}
</style>