Shades of Ecru #C0B281
Tints of Ecru #C0B281
RGB
CMYK
RGB Variations
Color information
#C0B281 (or 0xC0B281) is known color: Ecru. HEX triplet: C0, B2 and 81. RGB value is (192,178,129). Sum of RGB (Red+Green+Blue) = 192+178+129=499 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.48% from 499); Green value is 178 (69.92% from 255 or 35.67% from 499); Blue value is 129 (50.78% from 255 or 25.85% from 499); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B281 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0B281 is #3F4D7E. Grayscale: #B0B0B0. Windows color (decimal): -4148607 or 8499904. OLE color: 8499904.
HSL color Cylindrical-coordinate representation of color #C0B281: hue angle of 46.67º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C0B281 is Cyan = 0, Magento = 0.07, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 178 | 129 | - |
| CMYK | 0 | 0.07 | 0.33 | 0.25 |
| HSL | 46.67º | 0.33% | 0.63% | - |
| HSV(B) | 46.67º | 0.33% | 0.75% | - |
| XYZ | 41.62 | 44.63 | 27.19 | - |
| YUV | 176.6 | 101.14 | 138.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 178 | 129 | 0 | 0.07 | 0.33 | 0.25 | 46.67 | 0.33 | 0.63 |
| Hex | C0 | B2 | 81 | 0 | 7 | 21 | 19 | 2F | 21 | 3F |
| Octal | 300 | 262 | 201 | 0 | 7 | 41 | 31 | 57 | 41 | 77 |
| Binary | 11000000 | 10110010 | 10000001 | 0 | 111 | 100001 | 11001 | 101111 | 100001 | 111111 |
Color Harmonies of #C0B281
Complementary color
Monochromatic Colors of #C0B281
Black with #C0B281
Text Example
Text Example
White with #C0B281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B281; }
p { color: rgb(192,178,129); }
H1.HeaderClassName
{
color: #C0B281;
}
.AnyTagClassName
{
color: #C0B281;
}
</style>
background-color css
<style>
a { background-color: #C0B281; }
a { background-color: rgb(192,178,129); }
div.DivClassName
{
background-color: #C0B281;
}
.BgClassName
{
background-color: #C0B281;
}
</style>
border-color css
<style>
span { border-color: #C0B281; }
span { border-color: rgb(192,178,129); }
td.TdClassName
{
border-color: #C0B281;
}
.TagClassName
{
border-color: #C0B281;
}
</style>