#C1AA76

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

Shades of Ecru #C1AA76

Tints of Ecru #C1AA76

Color information

#C1AA76 (or 0xC1AA76) is unknown color: approx Ecru. HEX triplet: C1, AA and 76. RGB value is (193,170,118). Sum of RGB (Red+Green+Blue) = 193+170+118=481 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.12% from 481); Green value is 170 (66.80% from 255 or 35.34% from 481); Blue value is 118 (46.48% from 255 or 24.53% from 481); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AA76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1AA76 is #3E5589. Grayscale: #ABABAB. Windows color (decimal): -4085130 or 7776961. OLE color: 7776961.

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

Color convert

RGB193170118-
CMYK00.120.390.24
HSL41.6º37.69%60.98%-
HSV(B)41.6º38.86%75.69%-
XYZ39.6441.3923.04-
YUV170.9598.12143.73-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 40.12%
GREEN value IS 170 (66.80% from 255) = 35.34%
BLUE value IS 118 (46.48% from 255) = 24.53%
R=40.12%
G=35.34%
B=24.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.39
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19317011800.120.390.2441.637.6960.98
HexC1AA760C27182a263d
Octal3012521660144730524675
Binary110000011010101011101100110010011111000101010100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1AA76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1AA76; }

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

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

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

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

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

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

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

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