#C4B47C

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

Shades of Ecru #C4B47C

Tints of Ecru #C4B47C

Color information

#C4B47C (or 0xC4B47C) is unknown color: approx Ecru. HEX triplet: C4, B4 and 7C. RGB value is (196,180,124). Sum of RGB (Red+Green+Blue) = 196+180+124=500 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.2% from 500); Green value is 180 (70.70% from 255 or 36% from 500); Blue value is 124 (48.83% from 255 or 24.8% from 500); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B47C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4B47C is #3B4B83. Grayscale: #B2B2B2. Windows color (decimal): -3885956 or 8172740. OLE color: 8172740.

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

Color convert

RGB196180124-
CMYK00.080.370.23
HSL46.67º37.89%62.75%-
HSV(B)46.67º36.73%76.86%-
XYZ42.7245.8325.66-
YUV178.497.3140.55-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 39.2%
GREEN value IS 180 (70.70% from 255) = 36%
BLUE value IS 124 (48.83% from 255) = 24.8%
R=39.2%
G=36%
B=24.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.37
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19618012400.080.370.2346.6737.8962.75
HexC4B47C0825172f263f
Octal3042641740104527574677
Binary110001001011010011111000100010010110111101111100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4B47C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4B47C; }

 p { color: rgb(196,180,124); }

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

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

 a { background-color: rgb(196,180,124); }

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

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

 span { border-color: rgb(196,180,124); }

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