#C2AA79

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

Shades of Ecru #C2AA79

Tints of Ecru #C2AA79

Color information

#C2AA79 (or 0xC2AA79) is unknown color: approx Ecru. HEX triplet: C2, AA and 79. RGB value is (194,170,121). Sum of RGB (Red+Green+Blue) = 194+170+121=485 (64% of max value = 765). Red value is 194 (76.17% from 255 or 40% from 485); Green value is 170 (66.80% from 255 or 35.05% from 485); Blue value is 121 (47.66% from 255 or 24.95% from 485); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AA79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2AA79 is #3D5586. Grayscale: #ABABAB. Windows color (decimal): -4019591 or 7973570. OLE color: 7973570.

HSL color Cylindrical-coordinate representation of color #C2AA79: hue angle of 40.27º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C2AA79 is Cyan = 0, Magento = 0.12, Yellow = 0.38 and Black (K on CMYK) = 0.24.

Color convert

RGB194170121-
CMYK00.120.380.24
HSL40.27º37.44%61.76%-
HSV(B)40.27º37.63%76.08%-
XYZ40.0741.624.01-
YUV171.5999.45143.98-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 40%
GREEN value IS 170 (66.80% from 255) = 35.05%
BLUE value IS 121 (47.66% from 255) = 24.95%
R=40%
G=35.05%
B=24.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.38
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19417012100.120.380.2440.2737.4461.76
HexC2AA790C261828253e
Octal3022521710144630504576
Binary110000101010101011110010110010011011000101000100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2AA79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2AA79; }

 p { color: rgb(194,170,121); }

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

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

 a { background-color: rgb(194,170,121); }

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

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

 span { border-color: rgb(194,170,121); }

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