#C4AF86

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

Shades of Ecru #C4AF86

Tints of Ecru #C4AF86

Color information

#C4AF86 (or 0xC4AF86) is unknown color: approx Ecru. HEX triplet: C4, AF and 86. RGB value is (196,175,134). Sum of RGB (Red+Green+Blue) = 196+175+134=505 (66% of max value = 765). Red value is 196 (76.95% from 255 or 38.81% from 505); Green value is 175 (68.75% from 255 or 34.65% from 505); Blue value is 134 (52.73% from 255 or 26.53% from 505); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AF86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4AF86 is #3B5079. Grayscale: #B0B0B0. Windows color (decimal): -3887226 or 8826820. OLE color: 8826820.

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

Color convert

RGB196175134-
CMYK00.110.320.23
HSL39.68º34.44%64.71%-
HSV(B)39.68º31.63%76.86%-
XYZ42.444.1228.84-
YUV176.6103.96141.83-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.81%
GREEN value IS 175 (68.75% from 255) = 34.65%
BLUE value IS 134 (52.73% from 255) = 26.53%
R=38.81%
G=34.65%
B=26.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.32
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19617513400.110.320.2339.6834.4464.71
HexC4AF860B2017282241
Octal30425720601340275042101
Binary11000100101011111000011001011100000101111010001000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4AF86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4AF86; }

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

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

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

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

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

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

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

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