#C2AE75

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

Shades of Ecru #C2AE75

Tints of Ecru #C2AE75

Color information

#C2AE75 (or 0xC2AE75) is unknown color: approx Ecru. HEX triplet: C2, AE and 75. RGB value is (194,174,117). Sum of RGB (Red+Green+Blue) = 194+174+117=485 (64% of max value = 765). Red value is 194 (76.17% from 255 or 40% from 485); Green value is 174 (68.36% from 255 or 35.88% from 485); Blue value is 117 (46.09% from 255 or 24.12% from 485); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AE75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2AE75 is #3D518A. Grayscale: #ADADAD. Windows color (decimal): -4018571 or 7712450. OLE color: 7712450.

HSL color Cylindrical-coordinate representation of color #C2AE75: hue angle of 44.42º 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 #C2AE75 is Cyan = 0, Magento = 0.10, Yellow = 0.40 and Black (K on CMYK) = 0.24.

Color convert

RGB194174117-
CMYK00.100.400.24
HSL44.42º38.69%60.98%-
HSV(B)44.42º39.69%76.08%-
XYZ40.643.0322.99-
YUV173.4896.13142.63-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 40%
GREEN value IS 174 (68.36% from 255) = 35.88%
BLUE value IS 117 (46.09% from 255) = 24.12%
R=40%
G=35.88%
B=24.12%

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
Decimal19417411700.100.400.2444.4238.6960.98
HexC2AE750A28182c273d
Octal3022561650125030544775
Binary110000101010111011101010101010100011000101100100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2AE75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2AE75; }

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

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

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

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

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

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

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

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