Shades of Ecru #C6B176
Tints of Ecru #C6B176
RGB
CMYK
RGB Variations
Color information
#C6B176 (or 0xC6B176) is known color: Ecru. HEX triplet: C6, B1 and 76. RGB value is (198,177,118). Sum of RGB (Red+Green+Blue) = 198+177+118=493 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.16% from 493); Green value is 177 (69.53% from 255 or 35.90% from 493); Blue value is 118 (46.48% from 255 or 23.94% from 493); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B176 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6B176 is #394E89. Grayscale: #B0B0B0. Windows color (decimal): -3755658 or 7778758. OLE color: 7778758.
HSL color Cylindrical-coordinate representation of color #C6B176: hue angle of 44.25º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C6B176 is Cyan = 0, Magento = 0.11, Yellow = 0.40 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 177 | 118 | - |
| CMYK | 0 | 0.11 | 0.40 | 0.22 |
| HSL | 44.25º | 0.41% | 0.62% | - |
| HSV(B) | 44.25º | 0.4% | 0.78% | - |
| XYZ | 42.28 | 44.76 | 23.55 | - |
| YUV | 176.55 | 94.96 | 143.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 177 | 118 | 0 | 0.11 | 0.40 | 0.22 | 44.25 | 0.41 | 0.62 |
| Hex | C6 | B1 | 76 | 0 | B | 28 | 16 | 2C | 29 | 3E |
| Octal | 306 | 261 | 166 | 0 | 13 | 50 | 26 | 54 | 51 | 76 |
| Binary | 11000110 | 10110001 | 1110110 | 0 | 1011 | 101000 | 10110 | 101100 | 101001 | 111110 |
Color Harmonies of #C6B176
Complementary color
Monochromatic Colors of #C6B176
Black with #C6B176
Text Example
Text Example
White with #C6B176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6B176; }
p { color: rgb(198,177,118); }
H1.HeaderClassName
{
color: #C6B176;
}
.AnyTagClassName
{
color: #C6B176;
}
</style>
background-color css
<style>
a { background-color: #C6B176; }
a { background-color: rgb(198,177,118); }
div.DivClassName
{
background-color: #C6B176;
}
.BgClassName
{
background-color: #C6B176;
}
</style>
border-color css
<style>
span { border-color: #C6B176; }
span { border-color: rgb(198,177,118); }
td.TdClassName
{
border-color: #C6B176;
}
.TagClassName
{
border-color: #C6B176;
}
</style>