Shades of Ecru #C0B173
Tints of Ecru #C0B173
RGB
CMYK
RGB Variations
Color information
#C0B173 (or 0xC0B173) is known color: Ecru. HEX triplet: C0, B1 and 73. RGB value is (192,177,115). Sum of RGB (Red+Green+Blue) = 192+177+115=484 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.67% from 484); Green value is 177 (69.53% from 255 or 36.57% from 484); Blue value is 115 (45.31% from 255 or 23.76% from 484); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B173 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0B173 is #3F4E8C. Grayscale: #AEAEAE. Windows color (decimal): -4148877 or 7582144. OLE color: 7582144.
HSL color Cylindrical-coordinate representation of color #C0B173: hue angle of 48.31º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C0B173 is Cyan = 0, Magento = 0.08, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 177 | 115 | - |
| CMYK | 0 | 0.08 | 0.40 | 0.25 |
| HSL | 48.31º | 0.38% | 0.6% | - |
| HSV(B) | 48.31º | 0.4% | 0.75% | - |
| XYZ | 40.55 | 43.89 | 22.55 | - |
| YUV | 174.42 | 94.47 | 140.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 177 | 115 | 0 | 0.08 | 0.40 | 0.25 | 48.31 | 0.38 | 0.6 |
| Hex | C0 | B1 | 73 | 0 | 8 | 28 | 19 | 30 | 26 | 3C |
| Octal | 300 | 261 | 163 | 0 | 10 | 50 | 31 | 60 | 46 | 74 |
| Binary | 11000000 | 10110001 | 1110011 | 0 | 1000 | 101000 | 11001 | 110000 | 100110 | 111100 |
Color Harmonies of #C0B173
Complementary color
Monochromatic Colors of #C0B173
Black with #C0B173
Text Example
Text Example
White with #C0B173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B173; }
p { color: rgb(192,177,115); }
H1.HeaderClassName
{
color: #C0B173;
}
.AnyTagClassName
{
color: #C0B173;
}
</style>
background-color css
<style>
a { background-color: #C0B173; }
a { background-color: rgb(192,177,115); }
div.DivClassName
{
background-color: #C0B173;
}
.BgClassName
{
background-color: #C0B173;
}
</style>
border-color css
<style>
span { border-color: #C0B173; }
span { border-color: rgb(192,177,115); }
td.TdClassName
{
border-color: #C0B173;
}
.TagClassName
{
border-color: #C0B173;
}
</style>