#C4AB79

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

Shades of Ecru #C4AB79

Tints of Ecru #C4AB79

Color information

#C4AB79 (or 0xC4AB79) is unknown color: approx Ecru. HEX triplet: C4, AB and 79. RGB value is (196,171,121). Sum of RGB (Red+Green+Blue) = 196+171+121=488 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.16% from 488); Green value is 171 (67.19% from 255 or 35.04% from 488); Blue value is 121 (47.66% from 255 or 24.80% from 488); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AB79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4AB79 is #3B5486. Grayscale: #ADADAD. Windows color (decimal): -3888263 or 7973828. OLE color: 7973828.

HSL color Cylindrical-coordinate representation of color #C4AB79: hue angle of 40º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C4AB79 is Cyan = 0, Magento = 0.13, Yellow = 0.38 and Black (K on CMYK) = 0.23.

Color convert

RGB196171121-
CMYK00.130.380.23
HSL40º38.86%62.16%-
HSV(B)40º38.27%76.86%-
XYZ40.7842.2424.09-
YUV172.7898.78144.57-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 40.16%
GREEN value IS 171 (67.19% from 255) = 35.04%
BLUE value IS 121 (47.66% from 255) = 24.80%
R=40.16%
G=35.04%
B=24.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.38
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19617112100.130.380.234038.8662.16
HexC4AB790D261728273e
Octal3042531710154627504776
Binary110001001010101111110010110110011010111101000100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4AB79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4AB79; }

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

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

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

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

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

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

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

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