#C2AE7C

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

Shades of Ecru #C2AE7C

Tints of Ecru #C2AE7C

Color information

#C2AE7C (or 0xC2AE7C) is unknown color: approx Ecru. HEX triplet: C2, AE and 7C. RGB value is (194,174,124). Sum of RGB (Red+Green+Blue) = 194+174+124=492 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.43% from 492); Green value is 174 (68.36% from 255 or 35.37% from 492); Blue value is 124 (48.83% from 255 or 25.20% from 492); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AE7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2AE7C is #3D5183. Grayscale: #AEAEAE. Windows color (decimal): -4018564 or 8171202. OLE color: 8171202.

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

Color convert

RGB194174124-
CMYK00.100.360.24
HSL42.86º36.46%62.35%-
HSV(B)42.86º36.08%76.08%-
XYZ41.0243.225.24-
YUV174.2899.63142.07-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.43%
GREEN value IS 174 (68.36% from 255) = 35.37%
BLUE value IS 124 (48.83% from 255) = 25.20%
R=39.43%
G=35.37%
B=25.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.36
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19417412400.100.360.2442.8636.4662.35
HexC2AE7C0A24182b243e
Octal3022561740124430534476
Binary110000101010111011111000101010010011000101011100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2AE7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2AE7C; }

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

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

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

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

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

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

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

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