Shades of Ecru #C2B583
Tints of Ecru #C2B583
RGB
CMYK
RGB Variations
Color information
#C2B583 (or 0xC2B583) is known color: Ecru. HEX triplet: C2, B5 and 83. RGB value is (194,181,131). Sum of RGB (Red+Green+Blue) = 194+181+131=506 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.34% from 506); Green value is 181 (71.09% from 255 or 35.77% from 506); Blue value is 131 (51.56% from 255 or 25.89% from 506); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B583 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2B583 is #3D4A7C. Grayscale: #B3B3B3. Windows color (decimal): -4016765 or 8631746. OLE color: 8631746.
HSL color Cylindrical-coordinate representation of color #C2B583: hue angle of 47.62º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C2B583 is Cyan = 0, Magento = 0.07, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 181 | 131 | - |
| CMYK | 0 | 0.07 | 0.32 | 0.24 |
| HSL | 47.62º | 0.34% | 0.64% | - |
| HSV(B) | 47.62º | 0.32% | 0.76% | - |
| XYZ | 42.87 | 46.16 | 28.12 | - |
| YUV | 179.19 | 100.81 | 138.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 181 | 131 | 0 | 0.07 | 0.32 | 0.24 | 47.62 | 0.34 | 0.64 |
| Hex | C2 | B5 | 83 | 0 | 7 | 20 | 18 | 30 | 22 | 40 |
| Octal | 302 | 265 | 203 | 0 | 7 | 40 | 30 | 60 | 42 | 100 |
| Binary | 11000010 | 10110101 | 10000011 | 0 | 111 | 100000 | 11000 | 110000 | 100010 | 1000000 |
Color Harmonies of #C2B583
Complementary color
Monochromatic Colors of #C2B583
Black with #C2B583
Text Example
Text Example
White with #C2B583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B583; }
p { color: rgb(194,181,131); }
H1.HeaderClassName
{
color: #C2B583;
}
.AnyTagClassName
{
color: #C2B583;
}
</style>
background-color css
<style>
a { background-color: #C2B583; }
a { background-color: rgb(194,181,131); }
div.DivClassName
{
background-color: #C2B583;
}
.BgClassName
{
background-color: #C2B583;
}
</style>
border-color css
<style>
span { border-color: #C2B583; }
span { border-color: rgb(194,181,131); }
td.TdClassName
{
border-color: #C2B583;
}
.TagClassName
{
border-color: #C2B583;
}
</style>