Shades of Ecru #C2B37A
Tints of Ecru #C2B37A
RGB
CMYK
RGB Variations
Color information
#C2B37A (or 0xC2B37A) is known color: Ecru. HEX triplet: C2, B3 and 7A. RGB value is (194,179,122). Sum of RGB (Red+Green+Blue) = 194+179+122=495 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.19% from 495); Green value is 179 (70.31% from 255 or 36.16% from 495); Blue value is 122 (48.05% from 255 or 24.65% from 495); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B37A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2B37A is #3D4C85. Grayscale: #B1B1B1. Windows color (decimal): -4017286 or 8041410. OLE color: 8041410.
HSL color Cylindrical-coordinate representation of color #C2B37A: hue angle of 47.5º 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 #C2B37A is Cyan = 0, Magento = 0.08, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 179 | 122 | - |
| CMYK | 0 | 0.08 | 0.37 | 0.24 |
| HSL | 47.5º | 0.37% | 0.62% | - |
| HSV(B) | 47.5º | 0.37% | 0.76% | - |
| XYZ | 41.88 | 45.11 | 24.91 | - |
| YUV | 176.99 | 96.97 | 140.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 179 | 122 | 0 | 0.08 | 0.37 | 0.24 | 47.5 | 0.37 | 0.62 |
| Hex | C2 | B3 | 7A | 0 | 8 | 25 | 18 | 30 | 25 | 3E |
| Octal | 302 | 263 | 172 | 0 | 10 | 45 | 30 | 60 | 45 | 76 |
| Binary | 11000010 | 10110011 | 1111010 | 0 | 1000 | 100101 | 11000 | 110000 | 100101 | 111110 |
Color Harmonies of #C2B37A
Complementary color
Monochromatic Colors of #C2B37A
Black with #C2B37A
Text Example
Text Example
White with #C2B37A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B37A; }
p { color: rgb(194,179,122); }
H1.HeaderClassName
{
color: #C2B37A;
}
.AnyTagClassName
{
color: #C2B37A;
}
</style>
background-color css
<style>
a { background-color: #C2B37A; }
a { background-color: rgb(194,179,122); }
div.DivClassName
{
background-color: #C2B37A;
}
.BgClassName
{
background-color: #C2B37A;
}
</style>
border-color css
<style>
span { border-color: #C2B37A; }
span { border-color: rgb(194,179,122); }
td.TdClassName
{
border-color: #C2B37A;
}
.TagClassName
{
border-color: #C2B37A;
}
</style>