Shades of Ecru #C3B172
Tints of Ecru #C3B172
RGB
CMYK
RGB Variations
Color information
#C3B172 (or 0xC3B172) is known color: Ecru. HEX triplet: C3, B1 and 72. RGB value is (195,177,114). Sum of RGB (Red+Green+Blue) = 195+177+114=486 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.12% from 486); Green value is 177 (69.53% from 255 or 36.42% from 486); Blue value is 114 (44.92% from 255 or 23.46% from 486); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B172 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3B172 is #3C4E8D. Grayscale: #AFAFAF. Windows color (decimal): -3952270 or 7516611. OLE color: 7516611.
HSL color Cylindrical-coordinate representation of color #C3B172: hue angle of 46.67º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C3B172 is Cyan = 0, Magento = 0.09, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 177 | 114 | - |
| CMYK | 0 | 0.09 | 0.42 | 0.24 |
| HSL | 46.67º | 0.4% | 0.61% | - |
| HSV(B) | 46.67º | 0.42% | 0.76% | - |
| XYZ | 41.27 | 44.26 | 22.29 | - |
| YUV | 175.2 | 93.46 | 142.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 177 | 114 | 0 | 0.09 | 0.42 | 0.24 | 46.67 | 0.4 | 0.61 |
| Hex | C3 | B1 | 72 | 0 | 9 | 2A | 18 | 2F | 28 | 3D |
| Octal | 303 | 261 | 162 | 0 | 11 | 52 | 30 | 57 | 50 | 75 |
| Binary | 11000011 | 10110001 | 1110010 | 0 | 1001 | 101010 | 11000 | 101111 | 101000 | 111101 |
Color Harmonies of #C3B172
Complementary color
Monochromatic Colors of #C3B172
Black with #C3B172
Text Example
Text Example
White with #C3B172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3B172; }
p { color: rgb(195,177,114); }
H1.HeaderClassName
{
color: #C3B172;
}
.AnyTagClassName
{
color: #C3B172;
}
</style>
background-color css
<style>
a { background-color: #C3B172; }
a { background-color: rgb(195,177,114); }
div.DivClassName
{
background-color: #C3B172;
}
.BgClassName
{
background-color: #C3B172;
}
</style>
border-color css
<style>
span { border-color: #C3B172; }
span { border-color: rgb(195,177,114); }
td.TdClassName
{
border-color: #C3B172;
}
.TagClassName
{
border-color: #C3B172;
}
</style>