Shades of Ecru #C0B07E
Tints of Ecru #C0B07E
RGB
CMYK
RGB Variations
Color information
#C0B07E (or 0xC0B07E) is known color: Ecru. HEX triplet: C0, B0 and 7E. RGB value is (192,176,126). Sum of RGB (Red+Green+Blue) = 192+176+126=494 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.87% from 494); Green value is 176 (69.14% from 255 or 35.63% from 494); Blue value is 126 (49.61% from 255 or 25.51% from 494); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B07E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0B07E is #3F4F81. Grayscale: #AFAFAF. Windows color (decimal): -4149122 or 8302784. OLE color: 8302784.
HSL color Cylindrical-coordinate representation of color #C0B07E: hue angle of 45.45º 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 #C0B07E is Cyan = 0, Magento = 0.08, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 176 | 126 | - |
| CMYK | 0 | 0.08 | 0.34 | 0.25 |
| HSL | 45.45º | 0.34% | 0.62% | - |
| HSV(B) | 45.45º | 0.34% | 0.75% | - |
| XYZ | 41.03 | 43.76 | 26.02 | - |
| YUV | 175.08 | 100.3 | 140.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 176 | 126 | 0 | 0.08 | 0.34 | 0.25 | 45.45 | 0.34 | 0.62 |
| Hex | C0 | B0 | 7E | 0 | 8 | 22 | 19 | 2D | 22 | 3E |
| Octal | 300 | 260 | 176 | 0 | 10 | 42 | 31 | 55 | 42 | 76 |
| Binary | 11000000 | 10110000 | 1111110 | 0 | 1000 | 100010 | 11001 | 101101 | 100010 | 111110 |
Color Harmonies of #C0B07E
Complementary color
Monochromatic Colors of #C0B07E
Black with #C0B07E
Text Example
Text Example
White with #C0B07E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B07E; }
p { color: rgb(192,176,126); }
H1.HeaderClassName
{
color: #C0B07E;
}
.AnyTagClassName
{
color: #C0B07E;
}
</style>
background-color css
<style>
a { background-color: #C0B07E; }
a { background-color: rgb(192,176,126); }
div.DivClassName
{
background-color: #C0B07E;
}
.BgClassName
{
background-color: #C0B07E;
}
</style>
border-color css
<style>
span { border-color: #C0B07E; }
span { border-color: rgb(192,176,126); }
td.TdClassName
{
border-color: #C0B07E;
}
.TagClassName
{
border-color: #C0B07E;
}
</style>