Shades of Ecru #C0B082
Tints of Ecru #C0B082
RGB
CMYK
RGB Variations
Color information
#C0B082 (or 0xC0B082) is known color: Ecru. HEX triplet: C0, B0 and 82. RGB value is (192,176,130). Sum of RGB (Red+Green+Blue) = 192+176+130=498 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.55% from 498); Green value is 176 (69.14% from 255 or 35.34% from 498); Blue value is 130 (51.17% from 255 or 26.10% from 498); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B082 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0B082 is #3F4F7D. Grayscale: #AFAFAF. Windows color (decimal): -4149118 or 8564928. OLE color: 8564928.
HSL color Cylindrical-coordinate representation of color #C0B082: hue angle of 44.52º 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 #C0B082 is Cyan = 0, Magento = 0.08, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 176 | 130 | - |
| CMYK | 0 | 0.08 | 0.32 | 0.25 |
| HSL | 44.52º | 0.33% | 0.63% | - |
| HSV(B) | 44.52º | 0.32% | 0.75% | - |
| XYZ | 41.29 | 43.87 | 27.41 | - |
| YUV | 175.54 | 102.3 | 139.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 176 | 130 | 0 | 0.08 | 0.32 | 0.25 | 44.52 | 0.33 | 0.63 |
| Hex | C0 | B0 | 82 | 0 | 8 | 20 | 19 | 2D | 21 | 3F |
| Octal | 300 | 260 | 202 | 0 | 10 | 40 | 31 | 55 | 41 | 77 |
| Binary | 11000000 | 10110000 | 10000010 | 0 | 1000 | 100000 | 11001 | 101101 | 100001 | 111111 |
Color Harmonies of #C0B082
Complementary color
Monochromatic Colors of #C0B082
Black with #C0B082
Text Example
Text Example
White with #C0B082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B082; }
p { color: rgb(192,176,130); }
H1.HeaderClassName
{
color: #C0B082;
}
.AnyTagClassName
{
color: #C0B082;
}
</style>
background-color css
<style>
a { background-color: #C0B082; }
a { background-color: rgb(192,176,130); }
div.DivClassName
{
background-color: #C0B082;
}
.BgClassName
{
background-color: #C0B082;
}
</style>
border-color css
<style>
span { border-color: #C0B082; }
span { border-color: rgb(192,176,130); }
td.TdClassName
{
border-color: #C0B082;
}
.TagClassName
{
border-color: #C0B082;
}
</style>