Shades of Ecru #C1B178
Tints of Ecru #C1B178
RGB
CMYK
RGB Variations
Color information
#C1B178 (or 0xC1B178) is known color: Ecru. HEX triplet: C1, B1 and 78. RGB value is (193,177,120). Sum of RGB (Red+Green+Blue) = 193+177+120=490 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.39% from 490); Green value is 177 (69.53% from 255 or 36.12% from 490); Blue value is 120 (47.27% from 255 or 24.49% from 490); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B178 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1B178 is #3E4E87. Grayscale: #AFAFAF. Windows color (decimal): -4083336 or 7909825. OLE color: 7909825.
HSL color Cylindrical-coordinate representation of color #C1B178: hue angle of 46.85º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C1B178 is Cyan = 0, Magento = 0.08, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 177 | 120 | - |
| CMYK | 0 | 0.08 | 0.38 | 0.24 |
| HSL | 46.85º | 0.37% | 0.61% | - |
| HSV(B) | 46.85º | 0.38% | 0.76% | - |
| XYZ | 41.1 | 44.14 | 24.12 | - |
| YUV | 175.29 | 96.8 | 140.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 177 | 120 | 0 | 0.08 | 0.38 | 0.24 | 46.85 | 0.37 | 0.61 |
| Hex | C1 | B1 | 78 | 0 | 8 | 26 | 18 | 2F | 25 | 3D |
| Octal | 301 | 261 | 170 | 0 | 10 | 46 | 30 | 57 | 45 | 75 |
| Binary | 11000001 | 10110001 | 1111000 | 0 | 1000 | 100110 | 11000 | 101111 | 100101 | 111101 |
Color Harmonies of #C1B178
Complementary color
Monochromatic Colors of #C1B178
Black with #C1B178
Text Example
Text Example
White with #C1B178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1B178; }
p { color: rgb(193,177,120); }
H1.HeaderClassName
{
color: #C1B178;
}
.AnyTagClassName
{
color: #C1B178;
}
</style>
background-color css
<style>
a { background-color: #C1B178; }
a { background-color: rgb(193,177,120); }
div.DivClassName
{
background-color: #C1B178;
}
.BgClassName
{
background-color: #C1B178;
}
</style>
border-color css
<style>
span { border-color: #C1B178; }
span { border-color: rgb(193,177,120); }
td.TdClassName
{
border-color: #C1B178;
}
.TagClassName
{
border-color: #C1B178;
}
</style>