Shades of Ecru #C0B174
Tints of Ecru #C0B174
RGB
CMYK
RGB Variations
Color information
#C0B174 (or 0xC0B174) is known color: Ecru. HEX triplet: C0, B1 and 74. RGB value is (192,177,116). Sum of RGB (Red+Green+Blue) = 192+177+116=485 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.59% from 485); Green value is 177 (69.53% from 255 or 36.49% from 485); Blue value is 116 (45.70% from 255 or 23.92% from 485); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B174 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0B174 is #3F4E8B. Grayscale: #AEAEAE. Windows color (decimal): -4148876 or 7647680. OLE color: 7647680.
HSL color Cylindrical-coordinate representation of color #C0B174: hue angle of 48.16º 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 #C0B174 is Cyan = 0, Magento = 0.08, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 177 | 116 | - |
| CMYK | 0 | 0.08 | 0.40 | 0.25 |
| HSL | 48.16º | 0.38% | 0.6% | - |
| HSV(B) | 48.16º | 0.4% | 0.75% | - |
| XYZ | 40.61 | 43.91 | 22.86 | - |
| YUV | 174.53 | 94.97 | 140.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 177 | 116 | 0 | 0.08 | 0.40 | 0.25 | 48.16 | 0.38 | 0.6 |
| Hex | C0 | B1 | 74 | 0 | 8 | 28 | 19 | 30 | 26 | 3C |
| Octal | 300 | 261 | 164 | 0 | 10 | 50 | 31 | 60 | 46 | 74 |
| Binary | 11000000 | 10110001 | 1110100 | 0 | 1000 | 101000 | 11001 | 110000 | 100110 | 111100 |
Color Harmonies of #C0B174
Complementary color
Monochromatic Colors of #C0B174
Black with #C0B174
Text Example
Text Example
White with #C0B174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B174; }
p { color: rgb(192,177,116); }
H1.HeaderClassName
{
color: #C0B174;
}
.AnyTagClassName
{
color: #C0B174;
}
</style>
background-color css
<style>
a { background-color: #C0B174; }
a { background-color: rgb(192,177,116); }
div.DivClassName
{
background-color: #C0B174;
}
.BgClassName
{
background-color: #C0B174;
}
</style>
border-color css
<style>
span { border-color: #C0B174; }
span { border-color: rgb(192,177,116); }
td.TdClassName
{
border-color: #C0B174;
}
.TagClassName
{
border-color: #C0B174;
}
</style>