#C4AF79

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

Shades of Ecru #C4AF79

Tints of Ecru #C4AF79

Color information

#C4AF79 (or 0xC4AF79) is unknown color: approx Ecru. HEX triplet: C4, AF and 79. RGB value is (196,175,121). Sum of RGB (Red+Green+Blue) = 196+175+121=492 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.84% from 492); Green value is 175 (68.75% from 255 or 35.57% from 492); Blue value is 121 (47.66% from 255 or 24.59% from 492); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AF79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4AF79 is #3B5086. Grayscale: #AFAFAF. Windows color (decimal): -3887239 or 7974852. OLE color: 7974852.

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

Color convert

RGB196175121-
CMYK00.110.380.23
HSL43.2º38.86%62.16%-
HSV(B)43.2º38.27%76.86%-
XYZ41.5543.7824.35-
YUV175.1297.46142.89-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 39.84%
GREEN value IS 175 (68.75% from 255) = 35.57%
BLUE value IS 121 (47.66% from 255) = 24.59%
R=39.84%
G=35.57%
B=24.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.38
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19617512100.110.380.2343.238.8662.16
HexC4AF790B26172b273e
Octal3042571710134627534776
Binary110001001010111111110010101110011010111101011100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4AF79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4AF79; }

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

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

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

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

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

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

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

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