Shades of Ecru #C0B37E
Tints of Ecru #C0B37E
RGB
CMYK
RGB Variations
Color information
#C0B37E (or 0xC0B37E) is known color: Ecru. HEX triplet: C0, B3 and 7E. RGB value is (192,179,126). Sum of RGB (Red+Green+Blue) = 192+179+126=497 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.63% from 497); Green value is 179 (70.31% from 255 or 36.02% from 497); Blue value is 126 (49.61% from 255 or 25.35% from 497); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B37E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0B37E is #3F4C81. Grayscale: #B1B1B1. Windows color (decimal): -4148354 or 8303552. OLE color: 8303552.
HSL color Cylindrical-coordinate representation of color #C0B37E: hue angle of 48.18º 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 #C0B37E is Cyan = 0, Magento = 0.07, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 179 | 126 | - |
| CMYK | 0 | 0.07 | 0.34 | 0.25 |
| HSL | 48.18º | 0.34% | 0.62% | - |
| HSV(B) | 48.18º | 0.34% | 0.75% | - |
| XYZ | 41.62 | 44.95 | 26.22 | - |
| YUV | 176.85 | 99.31 | 138.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 179 | 126 | 0 | 0.07 | 0.34 | 0.25 | 48.18 | 0.34 | 0.62 |
| Hex | C0 | B3 | 7E | 0 | 7 | 22 | 19 | 30 | 22 | 3E |
| Octal | 300 | 263 | 176 | 0 | 7 | 42 | 31 | 60 | 42 | 76 |
| Binary | 11000000 | 10110011 | 1111110 | 0 | 111 | 100010 | 11001 | 110000 | 100010 | 111110 |
Color Harmonies of #C0B37E
Complementary color
Monochromatic Colors of #C0B37E
Black with #C0B37E
Text Example
Text Example
White with #C0B37E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B37E; }
p { color: rgb(192,179,126); }
H1.HeaderClassName
{
color: #C0B37E;
}
.AnyTagClassName
{
color: #C0B37E;
}
</style>
background-color css
<style>
a { background-color: #C0B37E; }
a { background-color: rgb(192,179,126); }
div.DivClassName
{
background-color: #C0B37E;
}
.BgClassName
{
background-color: #C0B37E;
}
</style>
border-color css
<style>
span { border-color: #C0B37E; }
span { border-color: rgb(192,179,126); }
td.TdClassName
{
border-color: #C0B37E;
}
.TagClassName
{
border-color: #C0B37E;
}
</style>