Shades of Ecru #C0B47C
Tints of Ecru #C0B47C
RGB
CMYK
RGB Variations
Color information
#C0B47C (or 0xC0B47C) is known color: Ecru. HEX triplet: C0, B4 and 7C. RGB value is (192,180,124). Sum of RGB (Red+Green+Blue) = 192+180+124=496 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.71% from 496); Green value is 180 (70.70% from 255 or 36.29% from 496); Blue value is 124 (48.83% from 255 or 25% from 496); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B47C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0B47C is #3F4B83. Grayscale: #B1B1B1. Windows color (decimal): -4148100 or 8172736. OLE color: 8172736.
HSL color Cylindrical-coordinate representation of color #C0B47C: hue angle of 49.41º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C0B47C is Cyan = 0, Magento = 0.06, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 180 | 124 | - |
| CMYK | 0 | 0.06 | 0.35 | 0.25 |
| HSL | 49.41º | 0.35% | 0.62% | - |
| HSV(B) | 49.41º | 0.35% | 0.75% | - |
| XYZ | 41.7 | 45.3 | 25.62 | - |
| YUV | 177.2 | 97.98 | 138.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 180 | 124 | 0 | 0.06 | 0.35 | 0.25 | 49.41 | 0.35 | 0.62 |
| Hex | C0 | B4 | 7C | 0 | 6 | 23 | 19 | 31 | 23 | 3E |
| Octal | 300 | 264 | 174 | 0 | 6 | 43 | 31 | 61 | 43 | 76 |
| Binary | 11000000 | 10110100 | 1111100 | 0 | 110 | 100011 | 11001 | 110001 | 100011 | 111110 |
Color Harmonies of #C0B47C
Complementary color
Monochromatic Colors of #C0B47C
Black with #C0B47C
Text Example
Text Example
White with #C0B47C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B47C; }
p { color: rgb(192,180,124); }
H1.HeaderClassName
{
color: #C0B47C;
}
.AnyTagClassName
{
color: #C0B47C;
}
</style>
background-color css
<style>
a { background-color: #C0B47C; }
a { background-color: rgb(192,180,124); }
div.DivClassName
{
background-color: #C0B47C;
}
.BgClassName
{
background-color: #C0B47C;
}
</style>
border-color css
<style>
span { border-color: #C0B47C; }
span { border-color: rgb(192,180,124); }
td.TdClassName
{
border-color: #C0B47C;
}
.TagClassName
{
border-color: #C0B47C;
}
</style>