Shades of Ecru #C0B275
Tints of Ecru #C0B275
RGB
CMYK
RGB Variations
Color information
#C0B275 (or 0xC0B275) is known color: Ecru. HEX triplet: C0, B2 and 75. RGB value is (192,178,117). Sum of RGB (Red+Green+Blue) = 192+178+117=487 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.43% from 487); Green value is 178 (69.92% from 255 or 36.55% from 487); Blue value is 117 (46.09% from 255 or 24.02% from 487); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B275 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0B275 is #3F4D8A. Grayscale: #AFAFAF. Windows color (decimal): -4148619 or 7713472. OLE color: 7713472.
HSL color Cylindrical-coordinate representation of color #C0B275: hue angle of 48.8º 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 #C0B275 is Cyan = 0, Magento = 0.07, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 178 | 117 | - |
| CMYK | 0 | 0.07 | 0.39 | 0.25 |
| HSL | 48.8º | 0.37% | 0.61% | - |
| HSV(B) | 48.8º | 0.39% | 0.75% | - |
| XYZ | 40.87 | 44.33 | 23.23 | - |
| YUV | 175.23 | 95.14 | 139.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 178 | 117 | 0 | 0.07 | 0.39 | 0.25 | 48.8 | 0.37 | 0.61 |
| Hex | C0 | B2 | 75 | 0 | 7 | 27 | 19 | 31 | 25 | 3D |
| Octal | 300 | 262 | 165 | 0 | 7 | 47 | 31 | 61 | 45 | 75 |
| Binary | 11000000 | 10110010 | 1110101 | 0 | 111 | 100111 | 11001 | 110001 | 100101 | 111101 |
Color Harmonies of #C0B275
Complementary color
Monochromatic Colors of #C0B275
Black with #C0B275
Text Example
Text Example
White with #C0B275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B275; }
p { color: rgb(192,178,117); }
H1.HeaderClassName
{
color: #C0B275;
}
.AnyTagClassName
{
color: #C0B275;
}
</style>
background-color css
<style>
a { background-color: #C0B275; }
a { background-color: rgb(192,178,117); }
div.DivClassName
{
background-color: #C0B275;
}
.BgClassName
{
background-color: #C0B275;
}
</style>
border-color css
<style>
span { border-color: #C0B275; }
span { border-color: rgb(192,178,117); }
td.TdClassName
{
border-color: #C0B275;
}
.TagClassName
{
border-color: #C0B275;
}
</style>