Shades of Ecru #C0B287
Tints of Ecru #C0B287
RGB
CMYK
RGB Variations
Color information
#C0B287 (or 0xC0B287) is known color: Ecru. HEX triplet: C0, B2 and 87. RGB value is (192,178,135). Sum of RGB (Red+Green+Blue) = 192+178+135=505 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.02% from 505); Green value is 178 (69.92% from 255 or 35.25% from 505); Blue value is 135 (53.12% from 255 or 26.73% from 505); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B287 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0B287 is #3F4D78. Grayscale: #B1B1B1. Windows color (decimal): -4148601 or 8893120. OLE color: 8893120.
HSL color Cylindrical-coordinate representation of color #C0B287: hue angle of 45.26º 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 #C0B287 is Cyan = 0, Magento = 0.07, Yellow = 0.30 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 178 | 135 | - |
| CMYK | 0 | 0.07 | 0.30 | 0.25 |
| HSL | 45.26º | 0.31% | 0.64% | - |
| HSV(B) | 45.26º | 0.3% | 0.75% | - |
| XYZ | 42.03 | 44.8 | 29.35 | - |
| YUV | 177.28 | 104.14 | 138.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 178 | 135 | 0 | 0.07 | 0.30 | 0.25 | 45.26 | 0.31 | 0.64 |
| Hex | C0 | B2 | 87 | 0 | 7 | 1E | 19 | 2D | 1F | 40 |
| Octal | 300 | 262 | 207 | 0 | 7 | 36 | 31 | 55 | 37 | 100 |
| Binary | 11000000 | 10110010 | 10000111 | 0 | 111 | 11110 | 11001 | 101101 | 11111 | 1000000 |
Color Harmonies of #C0B287
Complementary color
Monochromatic Colors of #C0B287
Black with #C0B287
Text Example
Text Example
White with #C0B287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B287; }
p { color: rgb(192,178,135); }
H1.HeaderClassName
{
color: #C0B287;
}
.AnyTagClassName
{
color: #C0B287;
}
</style>
background-color css
<style>
a { background-color: #C0B287; }
a { background-color: rgb(192,178,135); }
div.DivClassName
{
background-color: #C0B287;
}
.BgClassName
{
background-color: #C0B287;
}
</style>
border-color css
<style>
span { border-color: #C0B287; }
span { border-color: rgb(192,178,135); }
td.TdClassName
{
border-color: #C0B287;
}
.TagClassName
{
border-color: #C0B287;
}
</style>