Shades of Ecru #C3B488
Tints of Ecru #C3B488
RGB
CMYK
RGB Variations
Color information
#C3B488 (or 0xC3B488) is known color: Ecru. HEX triplet: C3, B4 and 88. RGB value is (195,180,136). Sum of RGB (Red+Green+Blue) = 195+180+136=511 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.16% from 511); Green value is 180 (70.70% from 255 or 35.23% from 511); Blue value is 136 (53.52% from 255 or 26.61% from 511); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B488 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3B488 is #3C4B77. Grayscale: #B3B3B3. Windows color (decimal): -3951480 or 8959171. OLE color: 8959171.
HSL color Cylindrical-coordinate representation of color #C3B488: hue angle of 44.75º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C3B488 is Cyan = 0, Magento = 0.08, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 180 | 136 | - |
| CMYK | 0 | 0.08 | 0.30 | 0.24 |
| HSL | 44.75º | 0.33% | 0.65% | - |
| HSV(B) | 44.75º | 0.3% | 0.76% | - |
| XYZ | 43.27 | 46.02 | 29.9 | - |
| YUV | 179.47 | 103.47 | 139.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 180 | 136 | 0 | 0.08 | 0.30 | 0.24 | 44.75 | 0.33 | 0.65 |
| Hex | C3 | B4 | 88 | 0 | 8 | 1E | 18 | 2D | 21 | 41 |
| Octal | 303 | 264 | 210 | 0 | 10 | 36 | 30 | 55 | 41 | 101 |
| Binary | 11000011 | 10110100 | 10001000 | 0 | 1000 | 11110 | 11000 | 101101 | 100001 | 1000001 |
Color Harmonies of #C3B488
Complementary color
Monochromatic Colors of #C3B488
Black with #C3B488
Text Example
Text Example
White with #C3B488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3B488; }
p { color: rgb(195,180,136); }
H1.HeaderClassName
{
color: #C3B488;
}
.AnyTagClassName
{
color: #C3B488;
}
</style>
background-color css
<style>
a { background-color: #C3B488; }
a { background-color: rgb(195,180,136); }
div.DivClassName
{
background-color: #C3B488;
}
.BgClassName
{
background-color: #C3B488;
}
</style>
border-color css
<style>
span { border-color: #C3B488; }
span { border-color: rgb(195,180,136); }
td.TdClassName
{
border-color: #C3B488;
}
.TagClassName
{
border-color: #C3B488;
}
</style>