Shades of Ecru #C2B081
Tints of Ecru #C2B081
RGB
CMYK
RGB Variations
Color information
#C2B081 (or 0xC2B081) is known color: Ecru. HEX triplet: C2, B0 and 81. RGB value is (194,176,129). Sum of RGB (Red+Green+Blue) = 194+176+129=499 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.88% from 499); Green value is 176 (69.14% from 255 or 35.27% from 499); Blue value is 129 (50.78% from 255 or 25.85% from 499); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B081 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2B081 is #3D4F7E. Grayscale: #B0B0B0. Windows color (decimal): -4018047 or 8499394. OLE color: 8499394.
HSL color Cylindrical-coordinate representation of color #C2B081: hue angle of 43.38º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C2B081 is Cyan = 0, Magento = 0.09, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 176 | 129 | - |
| CMYK | 0 | 0.09 | 0.34 | 0.24 |
| HSL | 43.38º | 0.35% | 0.63% | - |
| HSV(B) | 43.38º | 0.34% | 0.76% | - |
| XYZ | 41.74 | 44.1 | 27.08 | - |
| YUV | 176.02 | 101.46 | 140.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 176 | 129 | 0 | 0.09 | 0.34 | 0.24 | 43.38 | 0.35 | 0.63 |
| Hex | C2 | B0 | 81 | 0 | 9 | 22 | 18 | 2B | 23 | 3F |
| Octal | 302 | 260 | 201 | 0 | 11 | 42 | 30 | 53 | 43 | 77 |
| Binary | 11000010 | 10110000 | 10000001 | 0 | 1001 | 100010 | 11000 | 101011 | 100011 | 111111 |
Color Harmonies of #C2B081
Complementary color
Monochromatic Colors of #C2B081
Black with #C2B081
Text Example
Text Example
White with #C2B081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B081; }
p { color: rgb(194,176,129); }
H1.HeaderClassName
{
color: #C2B081;
}
.AnyTagClassName
{
color: #C2B081;
}
</style>
background-color css
<style>
a { background-color: #C2B081; }
a { background-color: rgb(194,176,129); }
div.DivClassName
{
background-color: #C2B081;
}
.BgClassName
{
background-color: #C2B081;
}
</style>
border-color css
<style>
span { border-color: #C2B081; }
span { border-color: rgb(194,176,129); }
td.TdClassName
{
border-color: #C2B081;
}
.TagClassName
{
border-color: #C2B081;
}
</style>