Shades of Ecru #C0B075
Tints of Ecru #C0B075
RGB
CMYK
RGB Variations
Color information
#C0B075 (or 0xC0B075) is known color: Ecru. HEX triplet: C0, B0 and 75. RGB value is (192,176,117). Sum of RGB (Red+Green+Blue) = 192+176+117=485 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.59% from 485); Green value is 176 (69.14% from 255 or 36.29% from 485); Blue value is 117 (46.09% from 255 or 24.12% from 485); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B075 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0B075 is #3F4F8A. Grayscale: #AEAEAE. Windows color (decimal): -4149131 or 7712960. OLE color: 7712960.
HSL color Cylindrical-coordinate representation of color #C0B075: hue angle of 47.2º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C0B075 is Cyan = 0, Magento = 0.08, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 176 | 117 | - |
| CMYK | 0 | 0.08 | 0.39 | 0.25 |
| HSL | 47.2º | 0.37% | 0.61% | - |
| HSV(B) | 47.2º | 0.39% | 0.75% | - |
| XYZ | 40.47 | 43.54 | 23.1 | - |
| YUV | 174.06 | 95.8 | 140.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 176 | 117 | 0 | 0.08 | 0.39 | 0.25 | 47.2 | 0.37 | 0.61 |
| Hex | C0 | B0 | 75 | 0 | 8 | 27 | 19 | 2F | 25 | 3D |
| Octal | 300 | 260 | 165 | 0 | 10 | 47 | 31 | 57 | 45 | 75 |
| Binary | 11000000 | 10110000 | 1110101 | 0 | 1000 | 100111 | 11001 | 101111 | 100101 | 111101 |
Color Harmonies of #C0B075
Complementary color
Monochromatic Colors of #C0B075
Black with #C0B075
Text Example
Text Example
White with #C0B075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B075; }
p { color: rgb(192,176,117); }
H1.HeaderClassName
{
color: #C0B075;
}
.AnyTagClassName
{
color: #C0B075;
}
</style>
background-color css
<style>
a { background-color: #C0B075; }
a { background-color: rgb(192,176,117); }
div.DivClassName
{
background-color: #C0B075;
}
.BgClassName
{
background-color: #C0B075;
}
</style>
border-color css
<style>
span { border-color: #C0B075; }
span { border-color: rgb(192,176,117); }
td.TdClassName
{
border-color: #C0B075;
}
.TagClassName
{
border-color: #C0B075;
}
</style>