Shades of Ecru #C2B27A
Tints of Ecru #C2B27A
RGB
CMYK
RGB Variations
Color information
#C2B27A (or 0xC2B27A) is known color: Ecru. HEX triplet: C2, B2 and 7A. RGB value is (194,178,122). Sum of RGB (Red+Green+Blue) = 194+178+122=494 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.27% from 494); Green value is 178 (69.92% from 255 or 36.03% from 494); Blue value is 122 (48.05% from 255 or 24.70% from 494); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B27A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2B27A is #3D4D85. Grayscale: #B0B0B0. Windows color (decimal): -4017542 or 8041154. OLE color: 8041154.
HSL color Cylindrical-coordinate representation of color #C2B27A: hue angle of 46.67º 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 #C2B27A is Cyan = 0, Magento = 0.08, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 178 | 122 | - |
| CMYK | 0 | 0.08 | 0.37 | 0.24 |
| HSL | 46.67º | 0.37% | 0.62% | - |
| HSV(B) | 46.67º | 0.37% | 0.76% | - |
| XYZ | 41.68 | 44.72 | 24.85 | - |
| YUV | 176.4 | 97.3 | 140.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 178 | 122 | 0 | 0.08 | 0.37 | 0.24 | 46.67 | 0.37 | 0.62 |
| Hex | C2 | B2 | 7A | 0 | 8 | 25 | 18 | 2F | 25 | 3E |
| Octal | 302 | 262 | 172 | 0 | 10 | 45 | 30 | 57 | 45 | 76 |
| Binary | 11000010 | 10110010 | 1111010 | 0 | 1000 | 100101 | 11000 | 101111 | 100101 | 111110 |
Color Harmonies of #C2B27A
Complementary color
Monochromatic Colors of #C2B27A
Black with #C2B27A
Text Example
Text Example
White with #C2B27A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B27A; }
p { color: rgb(194,178,122); }
H1.HeaderClassName
{
color: #C2B27A;
}
.AnyTagClassName
{
color: #C2B27A;
}
</style>
background-color css
<style>
a { background-color: #C2B27A; }
a { background-color: rgb(194,178,122); }
div.DivClassName
{
background-color: #C2B27A;
}
.BgClassName
{
background-color: #C2B27A;
}
</style>
border-color css
<style>
span { border-color: #C2B27A; }
span { border-color: rgb(194,178,122); }
td.TdClassName
{
border-color: #C2B27A;
}
.TagClassName
{
border-color: #C2B27A;
}
</style>