#C4AE76

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

Shades of Ecru #C4AE76

Tints of Ecru #C4AE76

Color information

#C4AE76 (or 0xC4AE76) is unknown color: approx Ecru. HEX triplet: C4, AE and 76. RGB value is (196,174,118). Sum of RGB (Red+Green+Blue) = 196+174+118=488 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.16% from 488); Green value is 174 (68.36% from 255 or 35.66% from 488); Blue value is 118 (46.48% from 255 or 24.18% from 488); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AE76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4AE76 is #3B5189. Grayscale: #AEAEAE. Windows color (decimal): -3887498 or 7777988. OLE color: 7777988.

HSL color Cylindrical-coordinate representation of color #C4AE76: hue angle of 43.08º 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 #C4AE76 is Cyan = 0, Magento = 0.11, Yellow = 0.40 and Black (K on CMYK) = 0.23.

Color convert

RGB196174118-
CMYK00.110.400.23
HSL43.08º39.8%61.57%-
HSV(B)43.08º39.8%76.86%-
XYZ41.1743.3223.33-
YUV174.1996.29143.55-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 40.16%
GREEN value IS 174 (68.36% from 255) = 35.66%
BLUE value IS 118 (46.48% from 255) = 24.18%
R=40.16%
G=35.66%
B=24.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.40
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19617411800.110.400.2343.0839.861.57
HexC4AE760B28172b283e
Octal3042561660135027535076
Binary110001001010111011101100101110100010111101011101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4AE76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4AE76; }

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

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

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

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

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

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

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

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