Shades of Ecru #C3B183
Tints of Ecru #C3B183
RGB
CMYK
RGB Variations
Color information
#C3B183 (or 0xC3B183) is known color: Ecru. HEX triplet: C3, B1 and 83. RGB value is (195,177,131). Sum of RGB (Red+Green+Blue) = 195+177+131=503 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.77% from 503); Green value is 177 (69.53% from 255 or 35.19% from 503); Blue value is 131 (51.56% from 255 or 26.04% from 503); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B183 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3B183 is #3C4E7C. Grayscale: #B1B1B1. Windows color (decimal): -3952253 or 8630723. OLE color: 8630723.
HSL color Cylindrical-coordinate representation of color #C3B183: hue angle of 43.12º degrees, saturation: 0.35, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C3B183 is Cyan = 0, Magento = 0.09, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 177 | 131 | - |
| CMYK | 0 | 0.09 | 0.33 | 0.24 |
| HSL | 43.13º | 0.35% | 0.64% | - |
| HSV(B) | 43.13º | 0.33% | 0.76% | - |
| XYZ | 42.32 | 44.69 | 27.87 | - |
| YUV | 177.14 | 101.96 | 140.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 177 | 131 | 0 | 0.09 | 0.33 | 0.24 | 43.13 | 0.35 | 0.64 |
| Hex | C3 | B1 | 83 | 0 | 9 | 21 | 18 | 2B | 23 | 40 |
| Octal | 303 | 261 | 203 | 0 | 11 | 41 | 30 | 53 | 43 | 100 |
| Binary | 11000011 | 10110001 | 10000011 | 0 | 1001 | 100001 | 11000 | 101011 | 100011 | 1000000 |
Color Harmonies of #C3B183
Complementary color
Monochromatic Colors of #C3B183
Black with #C3B183
Text Example
Text Example
White with #C3B183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3B183; }
p { color: rgb(195,177,131); }
H1.HeaderClassName
{
color: #C3B183;
}
.AnyTagClassName
{
color: #C3B183;
}
</style>
background-color css
<style>
a { background-color: #C3B183; }
a { background-color: rgb(195,177,131); }
div.DivClassName
{
background-color: #C3B183;
}
.BgClassName
{
background-color: #C3B183;
}
</style>
border-color css
<style>
span { border-color: #C3B183; }
span { border-color: rgb(195,177,131); }
td.TdClassName
{
border-color: #C3B183;
}
.TagClassName
{
border-color: #C3B183;
}
</style>