Shades of Ecru #C0B182
Tints of Ecru #C0B182
RGB
CMYK
RGB Variations
Color information
#C0B182 (or 0xC0B182) is known color: Ecru. HEX triplet: C0, B1 and 82. RGB value is (192,177,130). Sum of RGB (Red+Green+Blue) = 192+177+130=499 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.48% from 499); Green value is 177 (69.53% from 255 or 35.47% from 499); Blue value is 130 (51.17% from 255 or 26.05% from 499); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B182 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0B182 is #3F4E7D. Grayscale: #B0B0B0. Windows color (decimal): -4148862 or 8565184. OLE color: 8565184.
HSL color Cylindrical-coordinate representation of color #C0B182: hue angle of 45.48º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C0B182 is Cyan = 0, Magento = 0.08, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 177 | 130 | - |
| CMYK | 0 | 0.08 | 0.32 | 0.25 |
| HSL | 45.48º | 0.33% | 0.63% | - |
| HSV(B) | 45.48º | 0.32% | 0.75% | - |
| XYZ | 41.49 | 44.26 | 27.48 | - |
| YUV | 176.13 | 101.97 | 139.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 177 | 130 | 0 | 0.08 | 0.32 | 0.25 | 45.48 | 0.33 | 0.63 |
| Hex | C0 | B1 | 82 | 0 | 8 | 20 | 19 | 2D | 21 | 3F |
| Octal | 300 | 261 | 202 | 0 | 10 | 40 | 31 | 55 | 41 | 77 |
| Binary | 11000000 | 10110001 | 10000010 | 0 | 1000 | 100000 | 11001 | 101101 | 100001 | 111111 |
Color Harmonies of #C0B182
Complementary color
Monochromatic Colors of #C0B182
Black with #C0B182
Text Example
Text Example
White with #C0B182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B182; }
p { color: rgb(192,177,130); }
H1.HeaderClassName
{
color: #C0B182;
}
.AnyTagClassName
{
color: #C0B182;
}
</style>
background-color css
<style>
a { background-color: #C0B182; }
a { background-color: rgb(192,177,130); }
div.DivClassName
{
background-color: #C0B182;
}
.BgClassName
{
background-color: #C0B182;
}
</style>
border-color css
<style>
span { border-color: #C0B182; }
span { border-color: rgb(192,177,130); }
td.TdClassName
{
border-color: #C0B182;
}
.TagClassName
{
border-color: #C0B182;
}
</style>