Shades of Ecru #C0B387
Tints of Ecru #C0B387
RGB
CMYK
RGB Variations
Color information
#C0B387 (or 0xC0B387) is known color: Ecru. HEX triplet: C0, B3 and 87. RGB value is (192,179,135). Sum of RGB (Red+Green+Blue) = 192+179+135=506 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.94% from 506); Green value is 179 (70.31% from 255 or 35.38% from 506); Blue value is 135 (53.12% from 255 or 26.68% from 506); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B387 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0B387 is #3F4C78. Grayscale: #B2B2B2. Windows color (decimal): -4148345 or 8893376. OLE color: 8893376.
HSL color Cylindrical-coordinate representation of color #C0B387: hue angle of 46.32º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C0B387 is Cyan = 0, Magento = 0.07, Yellow = 0.30 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 179 | 135 | - |
| CMYK | 0 | 0.07 | 0.30 | 0.25 |
| HSL | 46.32º | 0.31% | 0.64% | - |
| HSV(B) | 46.32º | 0.3% | 0.75% | - |
| XYZ | 42.23 | 45.2 | 29.42 | - |
| YUV | 177.87 | 103.81 | 138.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 179 | 135 | 0 | 0.07 | 0.30 | 0.25 | 46.32 | 0.31 | 0.64 |
| Hex | C0 | B3 | 87 | 0 | 7 | 1E | 19 | 2E | 1F | 40 |
| Octal | 300 | 263 | 207 | 0 | 7 | 36 | 31 | 56 | 37 | 100 |
| Binary | 11000000 | 10110011 | 10000111 | 0 | 111 | 11110 | 11001 | 101110 | 11111 | 1000000 |
Color Harmonies of #C0B387
Complementary color
Monochromatic Colors of #C0B387
Black with #C0B387
Text Example
Text Example
White with #C0B387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B387; }
p { color: rgb(192,179,135); }
H1.HeaderClassName
{
color: #C0B387;
}
.AnyTagClassName
{
color: #C0B387;
}
</style>
background-color css
<style>
a { background-color: #C0B387; }
a { background-color: rgb(192,179,135); }
div.DivClassName
{
background-color: #C0B387;
}
.BgClassName
{
background-color: #C0B387;
}
</style>
border-color css
<style>
span { border-color: #C0B387; }
span { border-color: rgb(192,179,135); }
td.TdClassName
{
border-color: #C0B387;
}
.TagClassName
{
border-color: #C0B387;
}
</style>