Shades of Ecru #C2B383
Tints of Ecru #C2B383
RGB
CMYK
RGB Variations
Color information
#C2B383 (or 0xC2B383) is known color: Ecru. HEX triplet: C2, B3 and 83. RGB value is (194,179,131). Sum of RGB (Red+Green+Blue) = 194+179+131=504 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.49% from 504); Green value is 179 (70.31% from 255 or 35.52% from 504); Blue value is 131 (51.56% from 255 or 25.99% from 504); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B383 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2B383 is #3D4C7C. Grayscale: #B2B2B2. Windows color (decimal): -4017277 or 8631234. OLE color: 8631234.
HSL color Cylindrical-coordinate representation of color #C2B383: hue angle of 45.71º 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 #C2B383 is Cyan = 0, Magento = 0.08, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 179 | 131 | - |
| CMYK | 0 | 0.08 | 0.32 | 0.24 |
| HSL | 45.71º | 0.34% | 0.64% | - |
| HSV(B) | 45.71º | 0.32% | 0.76% | - |
| XYZ | 42.46 | 45.35 | 27.99 | - |
| YUV | 178.01 | 101.47 | 139.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 179 | 131 | 0 | 0.08 | 0.32 | 0.24 | 45.71 | 0.34 | 0.64 |
| Hex | C2 | B3 | 83 | 0 | 8 | 20 | 18 | 2E | 22 | 40 |
| Octal | 302 | 263 | 203 | 0 | 10 | 40 | 30 | 56 | 42 | 100 |
| Binary | 11000010 | 10110011 | 10000011 | 0 | 1000 | 100000 | 11000 | 101110 | 100010 | 1000000 |
Color Harmonies of #C2B383
Complementary color
Monochromatic Colors of #C2B383
Black with #C2B383
Text Example
Text Example
White with #C2B383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B383; }
p { color: rgb(194,179,131); }
H1.HeaderClassName
{
color: #C2B383;
}
.AnyTagClassName
{
color: #C2B383;
}
</style>
background-color css
<style>
a { background-color: #C2B383; }
a { background-color: rgb(194,179,131); }
div.DivClassName
{
background-color: #C2B383;
}
.BgClassName
{
background-color: #C2B383;
}
</style>
border-color css
<style>
span { border-color: #C2B383; }
span { border-color: rgb(194,179,131); }
td.TdClassName
{
border-color: #C2B383;
}
.TagClassName
{
border-color: #C2B383;
}
</style>