Shades of Ecru #C8B379
Tints of Ecru #C8B379
RGB
CMYK
RGB Variations
Color information
#C8B379 (or 0xC8B379) is known color: Ecru. HEX triplet: C8, B3 and 79. RGB value is (200,179,121). Sum of RGB (Red+Green+Blue) = 200+179+121=500 (66% of max value = 765). Red value is 200 (78.52% from 255 or 40% from 500); Green value is 179 (70.31% from 255 or 35.8% from 500); Blue value is 121 (47.66% from 255 or 24.2% from 500); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B379 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8B379 is #374C86. Grayscale: #B2B2B2. Windows color (decimal): -3624071 or 7975880. OLE color: 7975880.
HSL color Cylindrical-coordinate representation of color #C8B379: hue angle of 44.05º degrees, saturation: 0.42, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C8B379 is Cyan = 0, Magento = 0.10, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 179 | 121 | - |
| CMYK | 0 | 0.10 | 0.39 | 0.22 |
| HSL | 44.05º | 0.42% | 0.63% | - |
| HSV(B) | 44.05º | 0.4% | 0.78% | - |
| XYZ | 43.39 | 45.9 | 24.66 | - |
| YUV | 178.67 | 95.46 | 143.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 179 | 121 | 0 | 0.10 | 0.39 | 0.22 | 44.05 | 0.42 | 0.63 |
| Hex | C8 | B3 | 79 | 0 | A | 27 | 16 | 2C | 2A | 3F |
| Octal | 310 | 263 | 171 | 0 | 12 | 47 | 26 | 54 | 52 | 77 |
| Binary | 11001000 | 10110011 | 1111001 | 0 | 1010 | 100111 | 10110 | 101100 | 101010 | 111111 |
Color Harmonies of #C8B379
Complementary color
Monochromatic Colors of #C8B379
Black with #C8B379
Text Example
Text Example
White with #C8B379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B379; }
p { color: rgb(200,179,121); }
H1.HeaderClassName
{
color: #C8B379;
}
.AnyTagClassName
{
color: #C8B379;
}
</style>
background-color css
<style>
a { background-color: #C8B379; }
a { background-color: rgb(200,179,121); }
div.DivClassName
{
background-color: #C8B379;
}
.BgClassName
{
background-color: #C8B379;
}
</style>
border-color css
<style>
span { border-color: #C8B379; }
span { border-color: rgb(200,179,121); }
td.TdClassName
{
border-color: #C8B379;
}
.TagClassName
{
border-color: #C8B379;
}
</style>