#C4AE82

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

Shades of Ecru #C4AE82

Tints of Ecru #C4AE82

Color information

#C4AE82 (or 0xC4AE82) is unknown color: approx Ecru. HEX triplet: C4, AE and 82. RGB value is (196,174,130). Sum of RGB (Red+Green+Blue) = 196+174+130=500 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.2% from 500); Green value is 174 (68.36% from 255 or 34.8% from 500); Blue value is 130 (51.17% from 255 or 26% from 500); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AE82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4AE82 is #3B517D. Grayscale: #AFAFAF. Windows color (decimal): -3887486 or 8564420. OLE color: 8564420.

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

Color convert

RGB196174130-
CMYK00.110.340.23
HSL40º35.87%63.92%-
HSV(B)40º33.67%76.86%-
XYZ41.9343.6227.33-
YUV175.56102.29142.58-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 39.2%
GREEN value IS 174 (68.36% from 255) = 34.8%
BLUE value IS 130 (51.17% from 255) = 26%
R=39.2%
G=34.8%
B=26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.34
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19617413000.110.340.234035.8763.92
HexC4AE820B2217282440
Octal30425620201342275044100
Binary11000100101011101000001001011100010101111010001001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4AE82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4AE82; }

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

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

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

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

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

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

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

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