Shades of Ecru #C8B080
Tints of Ecru #C8B080
RGB
CMYK
RGB Variations
Color information
#C8B080 (or 0xC8B080) is known color: Ecru. HEX triplet: C8, B0 and 80. RGB value is (200,176,128). Sum of RGB (Red+Green+Blue) = 200+176+128=504 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.68% from 504); Green value is 176 (69.14% from 255 or 34.92% from 504); Blue value is 128 (50.39% from 255 or 25.40% from 504); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B080 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8B080 is #374F7F. Grayscale: #B1B1B1. Windows color (decimal): -3624832 or 8433864. OLE color: 8433864.
HSL color Cylindrical-coordinate representation of color #C8B080: hue angle of 40º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C8B080 is Cyan = 0, Magento = 0.12, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 176 | 128 | - |
| CMYK | 0 | 0.12 | 0.36 | 0.22 |
| HSL | 40º | 0.4% | 0.64% | - |
| HSV(B) | 40º | 0.36% | 0.78% | - |
| XYZ | 43.24 | 44.89 | 26.81 | - |
| YUV | 177.7 | 99.95 | 143.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 176 | 128 | 0 | 0.12 | 0.36 | 0.22 | 40 | 0.4 | 0.64 |
| Hex | C8 | B0 | 80 | 0 | C | 24 | 16 | 28 | 28 | 40 |
| Octal | 310 | 260 | 200 | 0 | 14 | 44 | 26 | 50 | 50 | 100 |
| Binary | 11001000 | 10110000 | 10000000 | 0 | 1100 | 100100 | 10110 | 101000 | 101000 | 1000000 |
Color Harmonies of #C8B080
Complementary color
Monochromatic Colors of #C8B080
Black with #C8B080
Text Example
Text Example
White with #C8B080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B080; }
p { color: rgb(200,176,128); }
H1.HeaderClassName
{
color: #C8B080;
}
.AnyTagClassName
{
color: #C8B080;
}
</style>
background-color css
<style>
a { background-color: #C8B080; }
a { background-color: rgb(200,176,128); }
div.DivClassName
{
background-color: #C8B080;
}
.BgClassName
{
background-color: #C8B080;
}
</style>
border-color css
<style>
span { border-color: #C8B080; }
span { border-color: rgb(200,176,128); }
td.TdClassName
{
border-color: #C8B080;
}
.TagClassName
{
border-color: #C8B080;
}
</style>