Shades of Ecru #C0B37B
Tints of Ecru #C0B37B
RGB
CMYK
RGB Variations
Color information
#C0B37B (or 0xC0B37B) is known color: Ecru. HEX triplet: C0, B3 and 7B. RGB value is (192,179,123). Sum of RGB (Red+Green+Blue) = 192+179+123=494 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.87% from 494); Green value is 179 (70.31% from 255 or 36.23% from 494); Blue value is 123 (48.44% from 255 or 24.90% from 494); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B37B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0B37B is #3F4C84. Grayscale: #B0B0B0. Windows color (decimal): -4148357 or 8106944. OLE color: 8106944.
HSL color Cylindrical-coordinate representation of color #C0B37B: hue angle of 48.7º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C0B37B is Cyan = 0, Magento = 0.07, Yellow = 0.36 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 179 | 123 | - |
| CMYK | 0 | 0.07 | 0.36 | 0.25 |
| HSL | 48.7º | 0.35% | 0.62% | - |
| HSV(B) | 48.7º | 0.36% | 0.75% | - |
| XYZ | 41.43 | 44.88 | 25.22 | - |
| YUV | 176.5 | 97.81 | 139.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 179 | 123 | 0 | 0.07 | 0.36 | 0.25 | 48.7 | 0.35 | 0.62 |
| Hex | C0 | B3 | 7B | 0 | 7 | 24 | 19 | 31 | 23 | 3E |
| Octal | 300 | 263 | 173 | 0 | 7 | 44 | 31 | 61 | 43 | 76 |
| Binary | 11000000 | 10110011 | 1111011 | 0 | 111 | 100100 | 11001 | 110001 | 100011 | 111110 |
Color Harmonies of #C0B37B
Complementary color
Monochromatic Colors of #C0B37B
Black with #C0B37B
Text Example
Text Example
White with #C0B37B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B37B; }
p { color: rgb(192,179,123); }
H1.HeaderClassName
{
color: #C0B37B;
}
.AnyTagClassName
{
color: #C0B37B;
}
</style>
background-color css
<style>
a { background-color: #C0B37B; }
a { background-color: rgb(192,179,123); }
div.DivClassName
{
background-color: #C0B37B;
}
.BgClassName
{
background-color: #C0B37B;
}
</style>
border-color css
<style>
span { border-color: #C0B37B; }
span { border-color: rgb(192,179,123); }
td.TdClassName
{
border-color: #C0B37B;
}
.TagClassName
{
border-color: #C0B37B;
}
</style>