Shades of Ecru #C0B073
Tints of Ecru #C0B073
RGB
CMYK
RGB Variations
Color information
#C0B073 (or 0xC0B073) is known color: Ecru. HEX triplet: C0, B0 and 73. RGB value is (192,176,115). Sum of RGB (Red+Green+Blue) = 192+176+115=483 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.75% from 483); Green value is 176 (69.14% from 255 or 36.44% from 483); Blue value is 115 (45.31% from 255 or 23.81% from 483); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B073 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0B073 is #3F4F8C. Grayscale: #AEAEAE. Windows color (decimal): -4149133 or 7581888. OLE color: 7581888.
HSL color Cylindrical-coordinate representation of color #C0B073: hue angle of 47.53º 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 #C0B073 is Cyan = 0, Magento = 0.08, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 176 | 115 | - |
| CMYK | 0 | 0.08 | 0.40 | 0.25 |
| HSL | 47.53º | 0.38% | 0.6% | - |
| HSV(B) | 47.53º | 0.4% | 0.75% | - |
| XYZ | 40.36 | 43.49 | 22.49 | - |
| YUV | 173.83 | 94.8 | 140.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 176 | 115 | 0 | 0.08 | 0.40 | 0.25 | 47.53 | 0.38 | 0.6 |
| Hex | C0 | B0 | 73 | 0 | 8 | 28 | 19 | 30 | 26 | 3C |
| Octal | 300 | 260 | 163 | 0 | 10 | 50 | 31 | 60 | 46 | 74 |
| Binary | 11000000 | 10110000 | 1110011 | 0 | 1000 | 101000 | 11001 | 110000 | 100110 | 111100 |
Color Harmonies of #C0B073
Complementary color
Monochromatic Colors of #C0B073
Black with #C0B073
Text Example
Text Example
White with #C0B073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B073; }
p { color: rgb(192,176,115); }
H1.HeaderClassName
{
color: #C0B073;
}
.AnyTagClassName
{
color: #C0B073;
}
</style>
background-color css
<style>
a { background-color: #C0B073; }
a { background-color: rgb(192,176,115); }
div.DivClassName
{
background-color: #C0B073;
}
.BgClassName
{
background-color: #C0B073;
}
</style>
border-color css
<style>
span { border-color: #C0B073; }
span { border-color: rgb(192,176,115); }
td.TdClassName
{
border-color: #C0B073;
}
.TagClassName
{
border-color: #C0B073;
}
</style>