Shades of Ecru #C3B38B
Tints of Ecru #C3B38B
RGB
CMYK
RGB Variations
Color information
#C3B38B (or 0xC3B38B) is known color: Ecru. HEX triplet: C3, B3 and 8B. RGB value is (195,179,139). Sum of RGB (Red+Green+Blue) = 195+179+139=513 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.01% from 513); Green value is 179 (70.31% from 255 or 34.89% from 513); Blue value is 139 (54.69% from 255 or 27.10% from 513); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B38B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3B38B is #3C4C74. Grayscale: #B3B3B3. Windows color (decimal): -3951733 or 9155523. OLE color: 9155523.
HSL color Cylindrical-coordinate representation of color #C3B38B: hue angle of 42.86º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C3B38B is Cyan = 0, Magento = 0.08, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 179 | 139 | - |
| CMYK | 0 | 0.08 | 0.29 | 0.24 |
| HSL | 42.86º | 0.32% | 0.65% | - |
| HSV(B) | 42.86º | 0.29% | 0.76% | - |
| XYZ | 43.29 | 45.71 | 30.97 | - |
| YUV | 179.22 | 105.3 | 139.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 179 | 139 | 0 | 0.08 | 0.29 | 0.24 | 42.86 | 0.32 | 0.65 |
| Hex | C3 | B3 | 8B | 0 | 8 | 1D | 18 | 2B | 20 | 41 |
| Octal | 303 | 263 | 213 | 0 | 10 | 35 | 30 | 53 | 40 | 101 |
| Binary | 11000011 | 10110011 | 10001011 | 0 | 1000 | 11101 | 11000 | 101011 | 100000 | 1000001 |
Color Harmonies of #C3B38B
Complementary color
Monochromatic Colors of #C3B38B
Black with #C3B38B
Text Example
Text Example
White with #C3B38B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3B38B; }
p { color: rgb(195,179,139); }
H1.HeaderClassName
{
color: #C3B38B;
}
.AnyTagClassName
{
color: #C3B38B;
}
</style>
background-color css
<style>
a { background-color: #C3B38B; }
a { background-color: rgb(195,179,139); }
div.DivClassName
{
background-color: #C3B38B;
}
.BgClassName
{
background-color: #C3B38B;
}
</style>
border-color css
<style>
span { border-color: #C3B38B; }
span { border-color: rgb(195,179,139); }
td.TdClassName
{
border-color: #C3B38B;
}
.TagClassName
{
border-color: #C3B38B;
}
</style>