#C4B376

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

Shades of Ecru #C4B376

Tints of Ecru #C4B376

Color information

#C4B376 (or 0xC4B376) is unknown color: approx Ecru. HEX triplet: C4, B3 and 76. RGB value is (196,179,118). Sum of RGB (Red+Green+Blue) = 196+179+118=493 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.76% from 493); Green value is 179 (70.31% from 255 or 36.31% from 493); Blue value is 118 (46.48% from 255 or 23.94% from 493); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B376 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4B376 is #3B4C89. Grayscale: #B1B1B1. Windows color (decimal): -3886218 or 7779268. OLE color: 7779268.

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

Color convert

RGB196179118-
CMYK00.090.400.23
HSL46.92º39.8%61.57%-
HSV(B)46.92º39.8%76.86%-
XYZ42.1645.2823.66-
YUV177.1394.63141.46-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 39.76%
GREEN value IS 179 (70.31% from 255) = 36.31%
BLUE value IS 118 (46.48% from 255) = 23.94%
R=39.76%
G=36.31%
B=23.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.40
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19617911800.090.400.2346.9239.861.57
HexC4B3760928172f283e
Octal3042631660115027575076
Binary110001001011001111101100100110100010111101111101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4B376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4B376; }

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

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

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

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

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

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

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

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