Shades of Ecru #C3B07A
Tints of Ecru #C3B07A
RGB
CMYK
RGB Variations
Color information
#C3B07A (or 0xC3B07A) is known color: Ecru. HEX triplet: C3, B0 and 7A. RGB value is (195,176,122). Sum of RGB (Red+Green+Blue) = 195+176+122=493 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.55% from 493); Green value is 176 (69.14% from 255 or 35.70% from 493); Blue value is 122 (48.05% from 255 or 24.75% from 493); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B07A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3B07A is #3C4F85. Grayscale: #AFAFAF. Windows color (decimal): -3952518 or 8040643. OLE color: 8040643.
HSL color Cylindrical-coordinate representation of color #C3B07A: hue angle of 44.38º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C3B07A is Cyan = 0, Magento = 0.10, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 176 | 122 | - |
| CMYK | 0 | 0.10 | 0.37 | 0.24 |
| HSL | 44.38º | 0.38% | 0.62% | - |
| HSV(B) | 44.38º | 0.37% | 0.76% | - |
| XYZ | 41.54 | 44.06 | 24.73 | - |
| YUV | 175.53 | 97.79 | 141.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 176 | 122 | 0 | 0.10 | 0.37 | 0.24 | 44.38 | 0.38 | 0.62 |
| Hex | C3 | B0 | 7A | 0 | A | 25 | 18 | 2C | 26 | 3E |
| Octal | 303 | 260 | 172 | 0 | 12 | 45 | 30 | 54 | 46 | 76 |
| Binary | 11000011 | 10110000 | 1111010 | 0 | 1010 | 100101 | 11000 | 101100 | 100110 | 111110 |
Color Harmonies of #C3B07A
Complementary color
Monochromatic Colors of #C3B07A
Black with #C3B07A
Text Example
Text Example
White with #C3B07A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3B07A; }
p { color: rgb(195,176,122); }
H1.HeaderClassName
{
color: #C3B07A;
}
.AnyTagClassName
{
color: #C3B07A;
}
</style>
background-color css
<style>
a { background-color: #C3B07A; }
a { background-color: rgb(195,176,122); }
div.DivClassName
{
background-color: #C3B07A;
}
.BgClassName
{
background-color: #C3B07A;
}
</style>
border-color css
<style>
span { border-color: #C3B07A; }
span { border-color: rgb(195,176,122); }
td.TdClassName
{
border-color: #C3B07A;
}
.TagClassName
{
border-color: #C3B07A;
}
</style>