#C1AA79

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

Shades of Ecru #C1AA79

Tints of Ecru #C1AA79

Color information

#C1AA79 (or 0xC1AA79) is unknown color: approx Ecru. HEX triplet: C1, AA and 79. RGB value is (193,170,121). Sum of RGB (Red+Green+Blue) = 193+170+121=484 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.88% from 484); Green value is 170 (66.80% from 255 or 35.12% from 484); Blue value is 121 (47.66% from 255 or 25% from 484); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AA79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1AA79 is #3E5586. Grayscale: #ABABAB. Windows color (decimal): -4085127 or 7973569. OLE color: 7973569.

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

Color convert

RGB193170121-
CMYK00.120.370.24
HSL40.83º36.73%61.57%-
HSV(B)40.83º37.31%75.69%-
XYZ39.8241.4723.99-
YUV171.2999.62143.48-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 39.88%
GREEN value IS 170 (66.80% from 255) = 35.12%
BLUE value IS 121 (47.66% from 255) = 25%
R=39.88%
G=35.12%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.37
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19317012100.120.370.2440.8336.7361.57
HexC1AA790C251829253e
Octal3012521710144530514576
Binary110000011010101011110010110010010111000101001100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1AA79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1AA79; }

 p { color: rgb(193,170,121); }

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

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

 a { background-color: rgb(193,170,121); }

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

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

 span { border-color: rgb(193,170,121); }

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