Shades of Ecru #C2B67C
Tints of Ecru #C2B67C
RGB
CMYK
RGB Variations
Color information
#C2B67C (or 0xC2B67C) is known color: Ecru. HEX triplet: C2, B6 and 7C. RGB value is (194,182,124). Sum of RGB (Red+Green+Blue) = 194+182+124=500 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.8% from 500); Green value is 182 (71.48% from 255 or 36.4% from 500); Blue value is 124 (48.83% from 255 or 24.8% from 500); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B67C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2B67C is #3D4983. Grayscale: #B3B3B3. Windows color (decimal): -4016516 or 8173250. OLE color: 8173250.
HSL color Cylindrical-coordinate representation of color #C2B67C: hue angle of 49.71º 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 #C2B67C is Cyan = 0, Magento = 0.06, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
RGB | 194 | 182 | 124 | - |
CMYK | 0 | 0.06 | 0.36 | 0.24 |
HSL | 49.71º | 0.36% | 0.62% | - |
HSV(B) | 49.71º | 0.36% | 0.76% | - |
XYZ | 42.61 | 46.38 | 25.78 | - |
YUV | 178.98 | 96.98 | 138.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 182 | 124 | 0 | 0.06 | 0.36 | 0.24 | 49.71 | 0.36 | 0.62 |
Hex | C2 | B6 | 7C | 0 | 6 | 24 | 18 | 32 | 24 | 3E |
Octal | 302 | 266 | 174 | 0 | 6 | 44 | 30 | 62 | 44 | 76 |
Binary | 11000010 | 10110110 | 1111100 | 0 | 110 | 100100 | 11000 | 110010 | 100100 | 111110 |
Color Harmonies of #C2B67C
Complementary color
Monochromatic Colors of #C2B67C
Black with #C2B67C
Text Example
Text Example
White with #C2B67C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B67C; }
p { color: rgb(194,182,124); }
H1.HeaderClassName
{
color: #C2B67C;
}
.AnyTagClassName
{
color: #C2B67C;
}
</style>
background-color css
<style>
a { background-color: #C2B67C; }
a { background-color: rgb(194,182,124); }
div.DivClassName
{
background-color: #C2B67C;
}
.BgClassName
{
background-color: #C2B67C;
}
</style>
border-color css
<style>
span { border-color: #C2B67C; }
span { border-color: rgb(194,182,124); }
td.TdClassName
{
border-color: #C2B67C;
}
.TagClassName
{
border-color: #C2B67C;
}
</style>