#C2AB79

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

Shades of Ecru #C2AB79

Tints of Ecru #C2AB79

Color information

#C2AB79 (or 0xC2AB79) is unknown color: approx Ecru. HEX triplet: C2, AB and 79. RGB value is (194,171,121). Sum of RGB (Red+Green+Blue) = 194+171+121=486 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.92% from 486); Green value is 171 (67.19% from 255 or 35.19% from 486); Blue value is 121 (47.66% from 255 or 24.90% from 486); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AB79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2AB79 is #3D5486. Grayscale: #ACACAC. Windows color (decimal): -4019335 or 7973826. OLE color: 7973826.

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

Color convert

RGB194171121-
CMYK00.120.380.24
HSL41.1º37.44%61.76%-
HSV(B)41.1º37.63%76.08%-
XYZ40.2641.9824.07-
YUV172.1899.12143.57-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.92%
GREEN value IS 171 (67.19% from 255) = 35.19%
BLUE value IS 121 (47.66% from 255) = 24.90%
R=39.92%
G=35.19%
B=24.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.38
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19417112100.120.380.2441.137.4461.76
HexC2AB790C261829253e
Octal3022531710144630514576
Binary110000101010101111110010110010011011000101001100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2AB79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2AB79; }

 p { color: rgb(194,171,121); }

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

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

 a { background-color: rgb(194,171,121); }

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

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

 span { border-color: rgb(194,171,121); }

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