#C1AE76

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

Shades of Ecru #C1AE76

Tints of Ecru #C1AE76

Color information

#C1AE76 (or 0xC1AE76) is unknown color: approx Ecru. HEX triplet: C1, AE and 76. RGB value is (193,174,118). Sum of RGB (Red+Green+Blue) = 193+174+118=485 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.79% from 485); Green value is 174 (68.36% from 255 or 35.88% from 485); Blue value is 118 (46.48% from 255 or 24.33% from 485); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AE76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1AE76 is #3E5189. Grayscale: #ADADAD. Windows color (decimal): -4084106 or 7777985. OLE color: 7777985.

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

Color convert

RGB193174118-
CMYK00.100.390.24
HSL44.8º37.69%60.98%-
HSV(B)44.8º38.86%75.69%-
XYZ40.442.9223.29-
YUV173.396.79142.05-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 39.79%
GREEN value IS 174 (68.36% from 255) = 35.88%
BLUE value IS 118 (46.48% from 255) = 24.33%
R=39.79%
G=35.88%
B=24.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.39
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19317411800.100.390.2444.837.6960.98
HexC1AE760A27182d263d
Octal3012561660124730554675
Binary110000011010111011101100101010011111000101101100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1AE76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1AE76; }

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

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

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

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

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

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

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

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