#C4B37E

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

Shades of Ecru #C4B37E

Tints of Ecru #C4B37E

Color information

#C4B37E (or 0xC4B37E) is unknown color: approx Ecru. HEX triplet: C4, B3 and 7E. RGB value is (196,179,126). Sum of RGB (Red+Green+Blue) = 196+179+126=501 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.12% from 501); Green value is 179 (70.31% from 255 or 35.73% from 501); Blue value is 126 (49.61% from 255 or 25.15% from 501); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B37E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4B37E is #3B4C81. Grayscale: #B2B2B2. Windows color (decimal): -3886210 or 8303556. OLE color: 8303556.

HSL color Cylindrical-coordinate representation of color #C4B37E: hue angle of 45.43º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C4B37E is Cyan = 0, Magento = 0.09, Yellow = 0.36 and Black (K on CMYK) = 0.23.

Color convert

RGB196179126-
CMYK00.090.360.23
HSL45.43º37.23%63.14%-
HSV(B)45.43º35.71%76.86%-
XYZ42.6545.4826.27-
YUV178.0498.63140.81-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 39.12%
GREEN value IS 179 (70.31% from 255) = 35.73%
BLUE value IS 126 (49.61% from 255) = 25.15%
R=39.12%
G=35.73%
B=25.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.36
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19617912600.090.360.2345.4337.2363.14
HexC4B37E0924172d253f
Octal3042631760114427554577
Binary110001001011001111111100100110010010111101101100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4B37E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4B37E; }

 p { color: rgb(196,179,126); }

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

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

 a { background-color: rgb(196,179,126); }

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

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

 span { border-color: rgb(196,179,126); }

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