Shades of Ecru #C2B17F
Tints of Ecru #C2B17F
RGB
CMYK
RGB Variations
Color information
#C2B17F (or 0xC2B17F) is known color: Ecru. HEX triplet: C2, B1 and 7F. RGB value is (194,177,127). Sum of RGB (Red+Green+Blue) = 194+177+127=498 (65% of max value = 765). Red value is 194 (76.17% from 255 or 38.96% from 498); Green value is 177 (69.53% from 255 or 35.54% from 498); Blue value is 127 (50% from 255 or 25.50% from 498); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B17F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2B17F is #3D4E80. Grayscale: #B0B0B0. Windows color (decimal): -4017793 or 8368578. OLE color: 8368578.
HSL color Cylindrical-coordinate representation of color #C2B17F: hue angle of 44.78º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C2B17F is Cyan = 0, Magento = 0.09, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 177 | 127 | - |
| CMYK | 0 | 0.09 | 0.35 | 0.24 |
| HSL | 44.78º | 0.35% | 0.63% | - |
| HSV(B) | 44.78º | 0.35% | 0.76% | - |
| XYZ | 41.8 | 44.45 | 26.45 | - |
| YUV | 176.38 | 100.13 | 140.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 177 | 127 | 0 | 0.09 | 0.35 | 0.24 | 44.78 | 0.35 | 0.63 |
| Hex | C2 | B1 | 7F | 0 | 9 | 23 | 18 | 2D | 23 | 3F |
| Octal | 302 | 261 | 177 | 0 | 11 | 43 | 30 | 55 | 43 | 77 |
| Binary | 11000010 | 10110001 | 1111111 | 0 | 1001 | 100011 | 11000 | 101101 | 100011 | 111111 |
Color Harmonies of #C2B17F
Complementary color
Monochromatic Colors of #C2B17F
Black with #C2B17F
Text Example
Text Example
White with #C2B17F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B17F; }
p { color: rgb(194,177,127); }
H1.HeaderClassName
{
color: #C2B17F;
}
.AnyTagClassName
{
color: #C2B17F;
}
</style>
background-color css
<style>
a { background-color: #C2B17F; }
a { background-color: rgb(194,177,127); }
div.DivClassName
{
background-color: #C2B17F;
}
.BgClassName
{
background-color: #C2B17F;
}
</style>
border-color css
<style>
span { border-color: #C2B17F; }
span { border-color: rgb(194,177,127); }
td.TdClassName
{
border-color: #C2B17F;
}
.TagClassName
{
border-color: #C2B17F;
}
</style>