#C1AE74

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

Shades of Ecru #C1AE74

Tints of Ecru #C1AE74

Color information

#C1AE74 (or 0xC1AE74) is unknown color: approx Ecru. HEX triplet: C1, AE and 74. RGB value is (193,174,116). Sum of RGB (Red+Green+Blue) = 193+174+116=483 (63% of max value = 765). Red value is 193 (75.78% from 255 or 39.96% from 483); Green value is 174 (68.36% from 255 or 36.02% from 483); Blue value is 116 (45.70% from 255 or 24.02% from 483); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AE74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1AE74 is #3E518B. Grayscale: #ADADAD. Windows color (decimal): -4084108 or 7646913. OLE color: 7646913.

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

Color convert

RGB193174116-
CMYK00.100.400.24
HSL45.19º38.31%60.59%-
HSV(B)45.19º39.9%75.69%-
XYZ40.2842.8722.67-
YUV173.0795.79142.22-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 39.96%
GREEN value IS 174 (68.36% from 255) = 36.02%
BLUE value IS 116 (45.70% from 255) = 24.02%
R=39.96%
G=36.02%
B=24.02%

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
Decimal19317411600.100.400.2445.1938.3160.59
HexC1AE740A28182d263d
Octal3012561640125030554675
Binary110000011010111011101000101010100011000101101100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1AE74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1AE74; }

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

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

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

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

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

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

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

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