#C1AE81

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

Shades of Ecru #C1AE81

Tints of Ecru #C1AE81

Color information

#C1AE81 (or 0xC1AE81) is unknown color: approx Ecru. HEX triplet: C1, AE and 81. RGB value is (193,174,129). Sum of RGB (Red+Green+Blue) = 193+174+129=496 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.91% from 496); Green value is 174 (68.36% from 255 or 35.08% from 496); Blue value is 129 (50.78% from 255 or 26.01% from 496); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AE81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1AE81 is #3E517E. Grayscale: #AEAEAE. Windows color (decimal): -4084095 or 8498881. OLE color: 8498881.

HSL color Cylindrical-coordinate representation of color #C1AE81: hue angle of 42.19º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C1AE81 is Cyan = 0, Magento = 0.10, Yellow = 0.33 and Black (K on CMYK) = 0.24.

Color convert

RGB193174129-
CMYK00.100.330.24
HSL42.19º34.04%63.14%-
HSV(B)42.19º33.16%75.69%-
XYZ41.0943.1926.94-
YUV174.55102.29141.16-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 38.91%
GREEN value IS 174 (68.36% from 255) = 35.08%
BLUE value IS 129 (50.78% from 255) = 26.01%
R=38.91%
G=35.08%
B=26.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.33
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19317412900.100.330.2442.1934.0463.14
HexC1AE810A21182a223f
Octal3012562010124130524277
Binary1100000110101110100000010101010000111000101010100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1AE81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1AE81; }

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

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

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

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

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

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

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

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