Shades of Ecru #C0B284
Tints of Ecru #C0B284
RGB
CMYK
RGB Variations
Color information
#C0B284 (or 0xC0B284) is known color: Ecru. HEX triplet: C0, B2 and 84. RGB value is (192,178,132). Sum of RGB (Red+Green+Blue) = 192+178+132=502 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.25% from 502); Green value is 178 (69.92% from 255 or 35.46% from 502); Blue value is 132 (51.95% from 255 or 26.29% from 502); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B284 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0B284 is #3F4D7B. Grayscale: #B1B1B1. Windows color (decimal): -4148604 or 8696512. OLE color: 8696512.
HSL color Cylindrical-coordinate representation of color #C0B284: hue angle of 46º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C0B284 is Cyan = 0, Magento = 0.07, Yellow = 0.31 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 178 | 132 | - |
| CMYK | 0 | 0.07 | 0.31 | 0.25 |
| HSL | 46º | 0.32% | 0.64% | - |
| HSV(B) | 46º | 0.31% | 0.75% | - |
| XYZ | 41.82 | 44.71 | 28.26 | - |
| YUV | 176.94 | 102.64 | 138.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 178 | 132 | 0 | 0.07 | 0.31 | 0.25 | 46 | 0.32 | 0.64 |
| Hex | C0 | B2 | 84 | 0 | 7 | 1F | 19 | 2E | 20 | 40 |
| Octal | 300 | 262 | 204 | 0 | 7 | 37 | 31 | 56 | 40 | 100 |
| Binary | 11000000 | 10110010 | 10000100 | 0 | 111 | 11111 | 11001 | 101110 | 100000 | 1000000 |
Color Harmonies of #C0B284
Complementary color
Monochromatic Colors of #C0B284
Black with #C0B284
Text Example
Text Example
White with #C0B284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B284; }
p { color: rgb(192,178,132); }
H1.HeaderClassName
{
color: #C0B284;
}
.AnyTagClassName
{
color: #C0B284;
}
</style>
background-color css
<style>
a { background-color: #C0B284; }
a { background-color: rgb(192,178,132); }
div.DivClassName
{
background-color: #C0B284;
}
.BgClassName
{
background-color: #C0B284;
}
</style>
border-color css
<style>
span { border-color: #C0B284; }
span { border-color: rgb(192,178,132); }
td.TdClassName
{
border-color: #C0B284;
}
.TagClassName
{
border-color: #C0B284;
}
</style>