Shades of Ecru #C0B47A
Tints of Ecru #C0B47A
RGB
CMYK
RGB Variations
Color information
#C0B47A (or 0xC0B47A) is known color: Ecru. HEX triplet: C0, B4 and 7A. RGB value is (192,180,122). Sum of RGB (Red+Green+Blue) = 192+180+122=494 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.87% from 494); Green value is 180 (70.70% from 255 or 36.44% from 494); Blue value is 122 (48.05% from 255 or 24.70% from 494); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B47A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0B47A is #3F4B85. Grayscale: #B1B1B1. Windows color (decimal): -4148102 or 8041664. OLE color: 8041664.
HSL color Cylindrical-coordinate representation of color #C0B47A: hue angle of 49.71º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C0B47A is Cyan = 0, Magento = 0.06, Yellow = 0.36 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 180 | 122 | - |
| CMYK | 0 | 0.06 | 0.36 | 0.25 |
| HSL | 49.71º | 0.36% | 0.62% | - |
| HSV(B) | 49.71º | 0.36% | 0.75% | - |
| XYZ | 41.57 | 45.25 | 24.96 | - |
| YUV | 176.98 | 96.98 | 138.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 180 | 122 | 0 | 0.06 | 0.36 | 0.25 | 49.71 | 0.36 | 0.62 |
| Hex | C0 | B4 | 7A | 0 | 6 | 24 | 19 | 32 | 24 | 3E |
| Octal | 300 | 264 | 172 | 0 | 6 | 44 | 31 | 62 | 44 | 76 |
| Binary | 11000000 | 10110100 | 1111010 | 0 | 110 | 100100 | 11001 | 110010 | 100100 | 111110 |
Color Harmonies of #C0B47A
Complementary color
Monochromatic Colors of #C0B47A
Black with #C0B47A
Text Example
Text Example
White with #C0B47A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B47A; }
p { color: rgb(192,180,122); }
H1.HeaderClassName
{
color: #C0B47A;
}
.AnyTagClassName
{
color: #C0B47A;
}
</style>
background-color css
<style>
a { background-color: #C0B47A; }
a { background-color: rgb(192,180,122); }
div.DivClassName
{
background-color: #C0B47A;
}
.BgClassName
{
background-color: #C0B47A;
}
</style>
border-color css
<style>
span { border-color: #C0B47A; }
span { border-color: rgb(192,180,122); }
td.TdClassName
{
border-color: #C0B47A;
}
.TagClassName
{
border-color: #C0B47A;
}
</style>