#C1AB76

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

Shades of Ecru #C1AB76

Tints of Ecru #C1AB76

Color information

#C1AB76 (or 0xC1AB76) is unknown color: approx Ecru. HEX triplet: C1, AB and 76. RGB value is (193,171,118). Sum of RGB (Red+Green+Blue) = 193+171+118=482 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.04% from 482); Green value is 171 (67.19% from 255 or 35.48% from 482); Blue value is 118 (46.48% from 255 or 24.48% from 482); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AB76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1AB76 is #3E5489. Grayscale: #ABABAB. Windows color (decimal): -4084874 or 7777217. OLE color: 7777217.

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

Color convert

RGB193171118-
CMYK00.110.390.24
HSL42.4º37.69%60.98%-
HSV(B)42.4º38.86%75.69%-
XYZ39.8341.7723.1-
YUV171.5497.79143.31-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 40.04%
GREEN value IS 171 (67.19% from 255) = 35.48%
BLUE value IS 118 (46.48% from 255) = 24.48%
R=40.04%
G=35.48%
B=24.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.39
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19317111800.110.390.2442.437.6960.98
HexC1AB760B27182a263d
Octal3012531660134730524675
Binary110000011010101111101100101110011111000101010100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1AB76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1AB76; }

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

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

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

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

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

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

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

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