Shades of Ecru #C0B488
Tints of Ecru #C0B488
RGB
CMYK
RGB Variations
Color information
#C0B488 (or 0xC0B488) is known color: Ecru. HEX triplet: C0, B4 and 88. RGB value is (192,180,136). Sum of RGB (Red+Green+Blue) = 192+180+136=508 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.80% from 508); Green value is 180 (70.70% from 255 or 35.43% from 508); Blue value is 136 (53.52% from 255 or 26.77% from 508); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B488 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0B488 is #3F4B77. Grayscale: #B2B2B2. Windows color (decimal): -4148088 or 8959168. OLE color: 8959168.
HSL color Cylindrical-coordinate representation of color #C0B488: hue angle of 47.14º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C0B488 is Cyan = 0, Magento = 0.06, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 180 | 136 | - |
| CMYK | 0 | 0.06 | 0.29 | 0.25 |
| HSL | 47.14º | 0.31% | 0.64% | - |
| HSV(B) | 47.14º | 0.29% | 0.75% | - |
| XYZ | 42.5 | 45.63 | 29.86 | - |
| YUV | 178.57 | 103.98 | 137.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 180 | 136 | 0 | 0.06 | 0.29 | 0.25 | 47.14 | 0.31 | 0.64 |
| Hex | C0 | B4 | 88 | 0 | 6 | 1D | 19 | 2F | 1F | 40 |
| Octal | 300 | 264 | 210 | 0 | 6 | 35 | 31 | 57 | 37 | 100 |
| Binary | 11000000 | 10110100 | 10001000 | 0 | 110 | 11101 | 11001 | 101111 | 11111 | 1000000 |
Color Harmonies of #C0B488
Complementary color
Monochromatic Colors of #C0B488
Black with #C0B488
Text Example
Text Example
White with #C0B488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B488; }
p { color: rgb(192,180,136); }
H1.HeaderClassName
{
color: #C0B488;
}
.AnyTagClassName
{
color: #C0B488;
}
</style>
background-color css
<style>
a { background-color: #C0B488; }
a { background-color: rgb(192,180,136); }
div.DivClassName
{
background-color: #C0B488;
}
.BgClassName
{
background-color: #C0B488;
}
</style>
border-color css
<style>
span { border-color: #C0B488; }
span { border-color: rgb(192,180,136); }
td.TdClassName
{
border-color: #C0B488;
}
.TagClassName
{
border-color: #C0B488;
}
</style>