Shades of Ecru #C0B57E
Tints of Ecru #C0B57E
RGB
CMYK
RGB Variations
Color information
#C0B57E (or 0xC0B57E) is known color: Ecru. HEX triplet: C0, B5 and 7E. RGB value is (192,181,126). Sum of RGB (Red+Green+Blue) = 192+181+126=499 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.48% from 499); Green value is 181 (71.09% from 255 or 36.27% from 499); Blue value is 126 (49.61% from 255 or 25.25% from 499); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B57E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0B57E is #3F4A81. Grayscale: #B2B2B2. Windows color (decimal): -4147842 or 8304064. OLE color: 8304064.
HSL color Cylindrical-coordinate representation of color #C0B57E: hue angle of 50º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C0B57E is Cyan = 0, Magento = 0.06, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 181 | 126 | - |
| CMYK | 0 | 0.06 | 0.34 | 0.25 |
| HSL | 50º | 0.34% | 0.62% | - |
| HSV(B) | 50º | 0.34% | 0.75% | - |
| XYZ | 42.03 | 45.76 | 26.36 | - |
| YUV | 178.02 | 98.64 | 137.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 181 | 126 | 0 | 0.06 | 0.34 | 0.25 | 50 | 0.34 | 0.62 |
| Hex | C0 | B5 | 7E | 0 | 6 | 22 | 19 | 32 | 22 | 3E |
| Octal | 300 | 265 | 176 | 0 | 6 | 42 | 31 | 62 | 42 | 76 |
| Binary | 11000000 | 10110101 | 1111110 | 0 | 110 | 100010 | 11001 | 110010 | 100010 | 111110 |
Color Harmonies of #C0B57E
Complementary color
Monochromatic Colors of #C0B57E
Black with #C0B57E
Text Example
Text Example
White with #C0B57E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B57E; }
p { color: rgb(192,181,126); }
H1.HeaderClassName
{
color: #C0B57E;
}
.AnyTagClassName
{
color: #C0B57E;
}
</style>
background-color css
<style>
a { background-color: #C0B57E; }
a { background-color: rgb(192,181,126); }
div.DivClassName
{
background-color: #C0B57E;
}
.BgClassName
{
background-color: #C0B57E;
}
</style>
border-color css
<style>
span { border-color: #C0B57E; }
span { border-color: rgb(192,181,126); }
td.TdClassName
{
border-color: #C0B57E;
}
.TagClassName
{
border-color: #C0B57E;
}
</style>