Shades of Ecru #C2B57C
Tints of Ecru #C2B57C
RGB
CMYK
RGB Variations
Color information
#C2B57C (or 0xC2B57C) is known color: Ecru. HEX triplet: C2, B5 and 7C. RGB value is (194,181,124). Sum of RGB (Red+Green+Blue) = 194+181+124=499 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.88% from 499); Green value is 181 (71.09% from 255 or 36.27% from 499); Blue value is 124 (48.83% from 255 or 24.85% from 499); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B57C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2B57C is #3D4A83. Grayscale: #B2B2B2. Windows color (decimal): -4016772 or 8172994. OLE color: 8172994.
HSL color Cylindrical-coordinate representation of color #C2B57C: hue angle of 48.86º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C2B57C is Cyan = 0, Magento = 0.07, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
RGB | 194 | 181 | 124 | - |
CMYK | 0 | 0.07 | 0.36 | 0.24 |
HSL | 48.86º | 0.36% | 0.62% | - |
HSV(B) | 48.86º | 0.36% | 0.76% | - |
XYZ | 42.41 | 45.97 | 25.71 | - |
YUV | 178.39 | 97.31 | 139.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 181 | 124 | 0 | 0.07 | 0.36 | 0.24 | 48.86 | 0.36 | 0.62 |
Hex | C2 | B5 | 7C | 0 | 7 | 24 | 18 | 31 | 24 | 3E |
Octal | 302 | 265 | 174 | 0 | 7 | 44 | 30 | 61 | 44 | 76 |
Binary | 11000010 | 10110101 | 1111100 | 0 | 111 | 100100 | 11000 | 110001 | 100100 | 111110 |
Color Harmonies of #C2B57C
Complementary color
Monochromatic Colors of #C2B57C
Black with #C2B57C
Text Example
Text Example
White with #C2B57C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B57C; }
p { color: rgb(194,181,124); }
H1.HeaderClassName
{
color: #C2B57C;
}
.AnyTagClassName
{
color: #C2B57C;
}
</style>
background-color css
<style>
a { background-color: #C2B57C; }
a { background-color: rgb(194,181,124); }
div.DivClassName
{
background-color: #C2B57C;
}
.BgClassName
{
background-color: #C2B57C;
}
</style>
border-color css
<style>
span { border-color: #C2B57C; }
span { border-color: rgb(194,181,124); }
td.TdClassName
{
border-color: #C2B57C;
}
.TagClassName
{
border-color: #C2B57C;
}
</style>