Shades of Ecru #C0B183
Tints of Ecru #C0B183
RGB
CMYK
RGB Variations
Color information
#C0B183 (or 0xC0B183) is known color: Ecru. HEX triplet: C0, B1 and 83. RGB value is (192,177,131). Sum of RGB (Red+Green+Blue) = 192+177+131=500 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.4% from 500); Green value is 177 (69.53% from 255 or 35.4% from 500); Blue value is 131 (51.56% from 255 or 26.2% from 500); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B183 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0B183 is #3F4E7C. Grayscale: #B0B0B0. Windows color (decimal): -4148861 or 8630720. OLE color: 8630720.
HSL color Cylindrical-coordinate representation of color #C0B183: hue angle of 45.25º 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 #C0B183 is Cyan = 0, Magento = 0.08, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 177 | 131 | - |
| CMYK | 0 | 0.08 | 0.32 | 0.25 |
| HSL | 45.25º | 0.33% | 0.63% | - |
| HSV(B) | 45.25º | 0.32% | 0.75% | - |
| XYZ | 41.56 | 44.29 | 27.83 | - |
| YUV | 176.24 | 102.47 | 139.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 177 | 131 | 0 | 0.08 | 0.32 | 0.25 | 45.25 | 0.33 | 0.63 |
| Hex | C0 | B1 | 83 | 0 | 8 | 20 | 19 | 2D | 21 | 3F |
| Octal | 300 | 261 | 203 | 0 | 10 | 40 | 31 | 55 | 41 | 77 |
| Binary | 11000000 | 10110001 | 10000011 | 0 | 1000 | 100000 | 11001 | 101101 | 100001 | 111111 |
Color Harmonies of #C0B183
Complementary color
Monochromatic Colors of #C0B183
Black with #C0B183
Text Example
Text Example
White with #C0B183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B183; }
p { color: rgb(192,177,131); }
H1.HeaderClassName
{
color: #C0B183;
}
.AnyTagClassName
{
color: #C0B183;
}
</style>
background-color css
<style>
a { background-color: #C0B183; }
a { background-color: rgb(192,177,131); }
div.DivClassName
{
background-color: #C0B183;
}
.BgClassName
{
background-color: #C0B183;
}
</style>
border-color css
<style>
span { border-color: #C0B183; }
span { border-color: rgb(192,177,131); }
td.TdClassName
{
border-color: #C0B183;
}
.TagClassName
{
border-color: #C0B183;
}
</style>