Shades of Ecru #C2B47A
Tints of Ecru #C2B47A
RGB
CMYK
RGB Variations
Color information
#C2B47A (or 0xC2B47A) is known color: Ecru. HEX triplet: C2, B4 and 7A. RGB value is (194,180,122). Sum of RGB (Red+Green+Blue) = 194+180+122=496 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.11% from 496); Green value is 180 (70.70% from 255 or 36.29% from 496); Blue value is 122 (48.05% from 255 or 24.60% from 496); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B47A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2B47A is #3D4B85. Grayscale: #B1B1B1. Windows color (decimal): -4017030 or 8041666. OLE color: 8041666.
HSL color Cylindrical-coordinate representation of color #C2B47A: hue angle of 48.33º 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 #C2B47A is Cyan = 0, Magento = 0.07, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 180 | 122 | - |
| CMYK | 0 | 0.07 | 0.37 | 0.24 |
| HSL | 48.33º | 0.37% | 0.62% | - |
| HSV(B) | 48.33º | 0.37% | 0.76% | - |
| XYZ | 42.08 | 45.52 | 24.98 | - |
| YUV | 177.57 | 96.64 | 139.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 180 | 122 | 0 | 0.07 | 0.37 | 0.24 | 48.33 | 0.37 | 0.62 |
| Hex | C2 | B4 | 7A | 0 | 7 | 25 | 18 | 30 | 25 | 3E |
| Octal | 302 | 264 | 172 | 0 | 7 | 45 | 30 | 60 | 45 | 76 |
| Binary | 11000010 | 10110100 | 1111010 | 0 | 111 | 100101 | 11000 | 110000 | 100101 | 111110 |
Color Harmonies of #C2B47A
Complementary color
Monochromatic Colors of #C2B47A
Black with #C2B47A
Text Example
Text Example
White with #C2B47A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B47A; }
p { color: rgb(194,180,122); }
H1.HeaderClassName
{
color: #C2B47A;
}
.AnyTagClassName
{
color: #C2B47A;
}
</style>
background-color css
<style>
a { background-color: #C2B47A; }
a { background-color: rgb(194,180,122); }
div.DivClassName
{
background-color: #C2B47A;
}
.BgClassName
{
background-color: #C2B47A;
}
</style>
border-color css
<style>
span { border-color: #C2B47A; }
span { border-color: rgb(194,180,122); }
td.TdClassName
{
border-color: #C2B47A;
}
.TagClassName
{
border-color: #C2B47A;
}
</style>