#C2AE74

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

Shades of Ecru #C2AE74

Tints of Ecru #C2AE74

Color information

#C2AE74 (or 0xC2AE74) is unknown color: approx Ecru. HEX triplet: C2, AE and 74. RGB value is (194,174,116). Sum of RGB (Red+Green+Blue) = 194+174+116=484 (64% of max value = 765). Red value is 194 (76.17% from 255 or 40.08% from 484); Green value is 174 (68.36% from 255 or 35.95% from 484); Blue value is 116 (45.70% from 255 or 23.97% from 484); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AE74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2AE74 is #3D518B. Grayscale: #ADADAD. Windows color (decimal): -4018572 or 7646914. OLE color: 7646914.

HSL color Cylindrical-coordinate representation of color #C2AE74: hue angle of 44.62º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C2AE74 is Cyan = 0, Magento = 0.10, Yellow = 0.40 and Black (K on CMYK) = 0.24.

Color convert

RGB194174116-
CMYK00.100.400.24
HSL44.62º39%60.78%-
HSV(B)44.62º40.21%76.08%-
XYZ40.544322.69-
YUV173.3795.63142.72-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 40.08%
GREEN value IS 174 (68.36% from 255) = 35.95%
BLUE value IS 116 (45.70% from 255) = 23.97%
R=40.08%
G=35.95%
B=23.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.40
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19417411600.100.400.2444.623960.78
HexC2AE740A28182d273d
Octal3022561640125030554775
Binary110000101010111011101000101010100011000101101100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2AE74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2AE74; }

 p { color: rgb(194,174,116); }

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

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

 a { background-color: rgb(194,174,116); }

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

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

 span { border-color: rgb(194,174,116); }

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