Shades of Ecru #C8B477
Tints of Ecru #C8B477
RGB
CMYK
RGB Variations
Color information
#C8B477 (or 0xC8B477) is known color: Ecru. HEX triplet: C8, B4 and 77. RGB value is (200,180,119). Sum of RGB (Red+Green+Blue) = 200+180+119=499 (66% of max value = 765). Red value is 200 (78.52% from 255 or 40.08% from 499); Green value is 180 (70.70% from 255 or 36.07% from 499); Blue value is 119 (46.88% from 255 or 23.85% from 499); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B477 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8B477 is #374B88. Grayscale: #B3B3B3. Windows color (decimal): -3623817 or 7845064. OLE color: 7845064.
HSL color Cylindrical-coordinate representation of color #C8B477: hue angle of 45.19º 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 #C8B477 is Cyan = 0, Magento = 0.1, Yellow = 0.40 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 180 | 119 | - |
| CMYK | 0 | 0.1 | 0.40 | 0.22 |
| HSL | 45.19º | 0.42% | 0.63% | - |
| HSV(B) | 45.19º | 0.41% | 0.78% | - |
| XYZ | 43.47 | 46.25 | 24.09 | - |
| YUV | 179.03 | 94.13 | 142.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 180 | 119 | 0 | 0.1 | 0.40 | 0.22 | 45.19 | 0.42 | 0.63 |
| Hex | C8 | B4 | 77 | 0 | A | 28 | 16 | 2D | 2A | 3F |
| Octal | 310 | 264 | 167 | 0 | 12 | 50 | 26 | 55 | 52 | 77 |
| Binary | 11001000 | 10110100 | 1110111 | 0 | 1010 | 101000 | 10110 | 101101 | 101010 | 111111 |
Color Harmonies of #C8B477
Complementary color
Monochromatic Colors of #C8B477
Black with #C8B477
Text Example
Text Example
White with #C8B477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B477; }
p { color: rgb(200,180,119); }
H1.HeaderClassName
{
color: #C8B477;
}
.AnyTagClassName
{
color: #C8B477;
}
</style>
background-color css
<style>
a { background-color: #C8B477; }
a { background-color: rgb(200,180,119); }
div.DivClassName
{
background-color: #C8B477;
}
.BgClassName
{
background-color: #C8B477;
}
</style>
border-color css
<style>
span { border-color: #C8B477; }
span { border-color: rgb(200,180,119); }
td.TdClassName
{
border-color: #C8B477;
}
.TagClassName
{
border-color: #C8B477;
}
</style>