#C4AF83

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

Shades of Ecru #C4AF83

Tints of Ecru #C4AF83

Color information

#C4AF83 (or 0xC4AF83) is unknown color: approx Ecru. HEX triplet: C4, AF and 83. RGB value is (196,175,131). Sum of RGB (Red+Green+Blue) = 196+175+131=502 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.04% from 502); Green value is 175 (68.75% from 255 or 34.86% from 502); Blue value is 131 (51.56% from 255 or 26.10% from 502); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AF83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4AF83 is #3B507C. Grayscale: #B0B0B0. Windows color (decimal): -3887229 or 8630212. OLE color: 8630212.

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

Color convert

RGB196175131-
CMYK00.110.330.23
HSL40.62º35.52%64.12%-
HSV(B)40.62º33.16%76.86%-
XYZ42.1944.0327.75-
YUV176.26102.46142.08-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 39.04%
GREEN value IS 175 (68.75% from 255) = 34.86%
BLUE value IS 131 (51.56% from 255) = 26.10%
R=39.04%
G=34.86%
B=26.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.33
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19617513100.110.330.2340.6235.5264.12
HexC4AF830B2117292440
Octal30425720301341275144100
Binary11000100101011111000001101011100001101111010011001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4AF83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4AF83; }

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

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

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

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

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

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

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

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