Shades of Ecru #C3B085
Tints of Ecru #C3B085
RGB
CMYK
RGB Variations
Color information
#C3B085 (or 0xC3B085) is known color: Ecru. HEX triplet: C3, B0 and 85. RGB value is (195,176,133). Sum of RGB (Red+Green+Blue) = 195+176+133=504 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.69% from 504); Green value is 176 (69.14% from 255 or 34.92% from 504); Blue value is 133 (52.34% from 255 or 26.39% from 504); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B085 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3B085 is #3C4F7A. Grayscale: #B0B0B0. Windows color (decimal): -3952507 or 8761539. OLE color: 8761539.
HSL color Cylindrical-coordinate representation of color #C3B085: hue angle of 41.61º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C3B085 is Cyan = 0, Magento = 0.10, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 176 | 133 | - |
| CMYK | 0 | 0.10 | 0.32 | 0.24 |
| HSL | 41.61º | 0.34% | 0.64% | - |
| HSV(B) | 41.61º | 0.32% | 0.76% | - |
| XYZ | 42.26 | 44.35 | 28.52 | - |
| YUV | 176.78 | 103.29 | 141 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 176 | 133 | 0 | 0.10 | 0.32 | 0.24 | 41.61 | 0.34 | 0.64 |
| Hex | C3 | B0 | 85 | 0 | A | 20 | 18 | 2A | 22 | 40 |
| Octal | 303 | 260 | 205 | 0 | 12 | 40 | 30 | 52 | 42 | 100 |
| Binary | 11000011 | 10110000 | 10000101 | 0 | 1010 | 100000 | 11000 | 101010 | 100010 | 1000000 |
Color Harmonies of #C3B085
Complementary color
Monochromatic Colors of #C3B085
Black with #C3B085
Text Example
Text Example
White with #C3B085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3B085; }
p { color: rgb(195,176,133); }
H1.HeaderClassName
{
color: #C3B085;
}
.AnyTagClassName
{
color: #C3B085;
}
</style>
background-color css
<style>
a { background-color: #C3B085; }
a { background-color: rgb(195,176,133); }
div.DivClassName
{
background-color: #C3B085;
}
.BgClassName
{
background-color: #C3B085;
}
</style>
border-color css
<style>
span { border-color: #C3B085; }
span { border-color: rgb(195,176,133); }
td.TdClassName
{
border-color: #C3B085;
}
.TagClassName
{
border-color: #C3B085;
}
</style>