Shades of Ecru #C2B17A
Tints of Ecru #C2B17A
RGB
CMYK
RGB Variations
Color information
#C2B17A (or 0xC2B17A) is known color: Ecru. HEX triplet: C2, B1 and 7A. RGB value is (194,177,122). Sum of RGB (Red+Green+Blue) = 194+177+122=493 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.35% from 493); Green value is 177 (69.53% from 255 or 35.90% from 493); Blue value is 122 (48.05% from 255 or 24.75% from 493); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B17A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2B17A is #3D4E85. Grayscale: #B0B0B0. Windows color (decimal): -4017798 or 8040898. OLE color: 8040898.
HSL color Cylindrical-coordinate representation of color #C2B17A: hue angle of 45.83º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C2B17A is Cyan = 0, Magento = 0.09, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 177 | 122 | - |
| CMYK | 0 | 0.09 | 0.37 | 0.24 |
| HSL | 45.83º | 0.37% | 0.62% | - |
| HSV(B) | 45.83º | 0.37% | 0.76% | - |
| XYZ | 41.48 | 44.32 | 24.78 | - |
| YUV | 175.81 | 97.63 | 140.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 177 | 122 | 0 | 0.09 | 0.37 | 0.24 | 45.83 | 0.37 | 0.62 |
| Hex | C2 | B1 | 7A | 0 | 9 | 25 | 18 | 2E | 25 | 3E |
| Octal | 302 | 261 | 172 | 0 | 11 | 45 | 30 | 56 | 45 | 76 |
| Binary | 11000010 | 10110001 | 1111010 | 0 | 1001 | 100101 | 11000 | 101110 | 100101 | 111110 |
Color Harmonies of #C2B17A
Complementary color
Monochromatic Colors of #C2B17A
Black with #C2B17A
Text Example
Text Example
White with #C2B17A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B17A; }
p { color: rgb(194,177,122); }
H1.HeaderClassName
{
color: #C2B17A;
}
.AnyTagClassName
{
color: #C2B17A;
}
</style>
background-color css
<style>
a { background-color: #C2B17A; }
a { background-color: rgb(194,177,122); }
div.DivClassName
{
background-color: #C2B17A;
}
.BgClassName
{
background-color: #C2B17A;
}
</style>
border-color css
<style>
span { border-color: #C2B17A; }
span { border-color: rgb(194,177,122); }
td.TdClassName
{
border-color: #C2B17A;
}
.TagClassName
{
border-color: #C2B17A;
}
</style>