#C2AA7E

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

Shades of Ecru #C2AA7E

Tints of Ecru #C2AA7E

Color information

#C2AA7E (or 0xC2AA7E) is unknown color: approx Ecru. HEX triplet: C2, AA and 7E. RGB value is (194,170,126). Sum of RGB (Red+Green+Blue) = 194+170+126=490 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.59% from 490); Green value is 170 (66.80% from 255 or 34.69% from 490); Blue value is 126 (49.61% from 255 or 25.71% from 490); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AA7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2AA7E is #3D5581. Grayscale: #ACACAC. Windows color (decimal): -4019586 or 8301250. OLE color: 8301250.

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

Color convert

RGB194170126-
CMYK00.120.350.24
HSL38.82º35.79%62.75%-
HSV(B)38.82º35.05%76.08%-
XYZ40.3941.7325.66-
YUV172.16101.95143.58-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.59%
GREEN value IS 170 (66.80% from 255) = 34.69%
BLUE value IS 126 (49.61% from 255) = 25.71%
R=39.59%
G=34.69%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.35
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19417012600.120.350.2438.8235.7962.75
HexC2AA7E0C231827243f
Octal3022521760144330474477
Binary110000101010101011111100110010001111000100111100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2AA7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2AA7E; }

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

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

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

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

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

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

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

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