Shades of Ecru #C8B384
Tints of Ecru #C8B384
RGB
CMYK
RGB Variations
Color information
#C8B384 (or 0xC8B384) is known color: Ecru. HEX triplet: C8, B3 and 84. RGB value is (200,179,132). Sum of RGB (Red+Green+Blue) = 200+179+132=511 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.14% from 511); Green value is 179 (70.31% from 255 or 35.03% from 511); Blue value is 132 (51.95% from 255 or 25.83% from 511); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B384 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8B384 is #374C7B. Grayscale: #B4B4B4. Windows color (decimal): -3624060 or 8696776. OLE color: 8696776.
HSL color Cylindrical-coordinate representation of color #C8B384: hue angle of 41.47º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C8B384 is Cyan = 0, Magento = 0.10, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 179 | 132 | - |
| CMYK | 0 | 0.10 | 0.34 | 0.22 |
| HSL | 41.47º | 0.38% | 0.65% | - |
| HSV(B) | 41.47º | 0.34% | 0.78% | - |
| XYZ | 44.1 | 46.19 | 28.42 | - |
| YUV | 179.92 | 100.96 | 142.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 179 | 132 | 0 | 0.10 | 0.34 | 0.22 | 41.47 | 0.38 | 0.65 |
| Hex | C8 | B3 | 84 | 0 | A | 22 | 16 | 29 | 26 | 41 |
| Octal | 310 | 263 | 204 | 0 | 12 | 42 | 26 | 51 | 46 | 101 |
| Binary | 11001000 | 10110011 | 10000100 | 0 | 1010 | 100010 | 10110 | 101001 | 100110 | 1000001 |
Color Harmonies of #C8B384
Complementary color
Monochromatic Colors of #C8B384
Black with #C8B384
Text Example
Text Example
White with #C8B384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B384; }
p { color: rgb(200,179,132); }
H1.HeaderClassName
{
color: #C8B384;
}
.AnyTagClassName
{
color: #C8B384;
}
</style>
background-color css
<style>
a { background-color: #C8B384; }
a { background-color: rgb(200,179,132); }
div.DivClassName
{
background-color: #C8B384;
}
.BgClassName
{
background-color: #C8B384;
}
</style>
border-color css
<style>
span { border-color: #C8B384; }
span { border-color: rgb(200,179,132); }
td.TdClassName
{
border-color: #C8B384;
}
.TagClassName
{
border-color: #C8B384;
}
</style>