#C2B37C

Color #C2B37C Ecru (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ecru #C2B37C

Tints of Ecru #C2B37C

Color information

#C2B37C (or 0xC2B37C) is unknown color: approx Ecru. HEX triplet: C2, B3 and 7C. RGB value is (194,179,124). Sum of RGB (Red+Green+Blue) = 194+179+124=497 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.03% from 497); Green value is 179 (70.31% from 255 or 36.02% from 497); Blue value is 124 (48.83% from 255 or 24.95% from 497); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B37C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2B37C is #3D4C83. Grayscale: #B1B1B1. Windows color (decimal): -4017284 or 8172482. OLE color: 8172482.

HSL color Cylindrical-coordinate representation of color #C2B37C: hue angle of 47.14º 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 #C2B37C is Cyan = 0, Magento = 0.08, Yellow = 0.36 and Black (K on CMYK) = 0.24.

Color convert

RGB194179124-
CMYK00.080.360.24
HSL47.14º36.46%62.35%-
HSV(B)47.14º36.08%76.08%-
XYZ42.0145.1625.57-
YUV177.2297.97139.97-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 194 (76.17% from 255) = 39.03%
GREEN value IS 179 (70.31% from 255) = 36.02%
BLUE value IS 124 (48.83% from 255) = 24.95%
R=39.03%
G=36.02%
B=24.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.36
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19417912400.080.360.2447.1436.4662.35
HexC2B37C0824182f243e
Octal3022631740104430574476
Binary110000101011001111111000100010010011000101111100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B37C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B37C; }

 p { color: rgb(194,179,124); }

 H1.HeaderClassName
 {
   color: #C2B37C;
 }
 .AnyTagClassName
 {
   color: #C2B37C;
 }
</style>
background-color css

<style>
 a { background-color: #C2B37C; }

 a { background-color: rgb(194,179,124); }

 div.DivClassName
 {
   background-color: #C2B37C;
 }
 .BgClassName
 {
   background-color: #C2B37C;
 }
</style>
border-color css

<style>
 span { border-color: #C2B37C; }

 span { border-color: rgb(194,179,124); }

 td.TdClassName
 {
   border-color: #C2B37C;
 }
 .TagClassName
 {
   border-color: #C2B37C;
 }
</style>