#C4AF76

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

Shades of Ecru #C4AF76

Tints of Ecru #C4AF76

Color information

#C4AF76 (or 0xC4AF76) is unknown color: approx Ecru. HEX triplet: C4, AF and 76. RGB value is (196,175,118). Sum of RGB (Red+Green+Blue) = 196+175+118=489 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.08% from 489); Green value is 175 (68.75% from 255 or 35.79% from 489); Blue value is 118 (46.48% from 255 or 24.13% from 489); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AF76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4AF76 is #3B5089. Grayscale: #AFAFAF. Windows color (decimal): -3887242 or 7778244. OLE color: 7778244.

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

Color convert

RGB196175118-
CMYK00.110.400.23
HSL43.85º39.8%61.57%-
HSV(B)43.85º39.8%76.86%-
XYZ41.3643.723.4-
YUV174.7895.96143.13-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 40.08%
GREEN value IS 175 (68.75% from 255) = 35.79%
BLUE value IS 118 (46.48% from 255) = 24.13%
R=40.08%
G=35.79%
B=24.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.40
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19617511800.110.400.2343.8539.861.57
HexC4AF760B28172c283e
Octal3042571660135027545076
Binary110001001010111111101100101110100010111101100101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4AF76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4AF76; }

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

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

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

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

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

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

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

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