Shades of Ecru #C2B172
Tints of Ecru #C2B172
RGB
CMYK
RGB Variations
Color information
#C2B172 (or 0xC2B172) is known color: Ecru. HEX triplet: C2, B1 and 72. RGB value is (194,177,114). Sum of RGB (Red+Green+Blue) = 194+177+114=485 (64% of max value = 765). Red value is 194 (76.17% from 255 or 40% from 485); Green value is 177 (69.53% from 255 or 36.49% from 485); Blue value is 114 (44.92% from 255 or 23.51% from 485); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B172 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2B172 is #3D4E8D. Grayscale: #AFAFAF. Windows color (decimal): -4017806 or 7516610. OLE color: 7516610.
HSL color Cylindrical-coordinate representation of color #C2B172: hue angle of 47.25º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C2B172 is Cyan = 0, Magento = 0.09, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 177 | 114 | - |
| CMYK | 0 | 0.09 | 0.41 | 0.24 |
| HSL | 47.25º | 0.4% | 0.6% | - |
| HSV(B) | 47.25º | 0.41% | 0.76% | - |
| XYZ | 41.01 | 44.13 | 22.28 | - |
| YUV | 174.9 | 93.63 | 141.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 177 | 114 | 0 | 0.09 | 0.41 | 0.24 | 47.25 | 0.4 | 0.6 |
| Hex | C2 | B1 | 72 | 0 | 9 | 29 | 18 | 2F | 28 | 3C |
| Octal | 302 | 261 | 162 | 0 | 11 | 51 | 30 | 57 | 50 | 74 |
| Binary | 11000010 | 10110001 | 1110010 | 0 | 1001 | 101001 | 11000 | 101111 | 101000 | 111100 |
Color Harmonies of #C2B172
Complementary color
Monochromatic Colors of #C2B172
Black with #C2B172
Text Example
Text Example
White with #C2B172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B172; }
p { color: rgb(194,177,114); }
H1.HeaderClassName
{
color: #C2B172;
}
.AnyTagClassName
{
color: #C2B172;
}
</style>
background-color css
<style>
a { background-color: #C2B172; }
a { background-color: rgb(194,177,114); }
div.DivClassName
{
background-color: #C2B172;
}
.BgClassName
{
background-color: #C2B172;
}
</style>
border-color css
<style>
span { border-color: #C2B172; }
span { border-color: rgb(194,177,114); }
td.TdClassName
{
border-color: #C2B172;
}
.TagClassName
{
border-color: #C2B172;
}
</style>