Shades of Ecru #C8B577
Tints of Ecru #C8B577
RGB
CMYK
RGB Variations
Color information
#C8B577 (or 0xC8B577) is known color: Ecru. HEX triplet: C8, B5 and 77. RGB value is (200,181,119). Sum of RGB (Red+Green+Blue) = 200+181+119=500 (66% of max value = 765). Red value is 200 (78.52% from 255 or 40% from 500); Green value is 181 (71.09% from 255 or 36.2% from 500); Blue value is 119 (46.88% from 255 or 23.8% from 500); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B577 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8B577 is #374A88. Grayscale: #B3B3B3. Windows color (decimal): -3623561 or 7845320. OLE color: 7845320.
HSL color Cylindrical-coordinate representation of color #C8B577: hue angle of 45.93º degrees, saturation: 0.42, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C8B577 is Cyan = 0, Magento = 0.09, Yellow = 0.40 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 181 | 119 | - |
| CMYK | 0 | 0.09 | 0.40 | 0.22 |
| HSL | 45.93º | 0.42% | 0.63% | - |
| HSV(B) | 45.93º | 0.41% | 0.78% | - |
| XYZ | 43.67 | 46.66 | 24.16 | - |
| YUV | 179.61 | 93.79 | 142.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 181 | 119 | 0 | 0.09 | 0.40 | 0.22 | 45.93 | 0.42 | 0.63 |
| Hex | C8 | B5 | 77 | 0 | 9 | 28 | 16 | 2E | 2A | 3F |
| Octal | 310 | 265 | 167 | 0 | 11 | 50 | 26 | 56 | 52 | 77 |
| Binary | 11001000 | 10110101 | 1110111 | 0 | 1001 | 101000 | 10110 | 101110 | 101010 | 111111 |
Color Harmonies of #C8B577
Complementary color
Monochromatic Colors of #C8B577
Black with #C8B577
Text Example
Text Example
White with #C8B577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B577; }
p { color: rgb(200,181,119); }
H1.HeaderClassName
{
color: #C8B577;
}
.AnyTagClassName
{
color: #C8B577;
}
</style>
background-color css
<style>
a { background-color: #C8B577; }
a { background-color: rgb(200,181,119); }
div.DivClassName
{
background-color: #C8B577;
}
.BgClassName
{
background-color: #C8B577;
}
</style>
border-color css
<style>
span { border-color: #C8B577; }
span { border-color: rgb(200,181,119); }
td.TdClassName
{
border-color: #C8B577;
}
.TagClassName
{
border-color: #C8B577;
}
</style>