#C7AC7F

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

Shades of Ecru #C7AC7F

Tints of Ecru #C7AC7F

Color information

#C7AC7F (or 0xC7AC7F) is unknown color: approx Ecru. HEX triplet: C7, AC and 7F. RGB value is (199,172,127). Sum of RGB (Red+Green+Blue) = 199+172+127=498 (65% of max value = 765). Red value is 199 (78.12% from 255 or 39.96% from 498); Green value is 172 (67.58% from 255 or 34.54% from 498); Blue value is 127 (50% from 255 or 25.50% from 498); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AC7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7AC7F is #385380. Grayscale: #AFAFAF. Windows color (decimal): -3691393 or 8367303. OLE color: 8367303.

HSL color Cylindrical-coordinate representation of color #C7AC7F: hue angle of 37.5º degrees, saturation: 0.39, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C7AC7F is Cyan = 0, Magento = 0.14, Yellow = 0.36 and Black (K on CMYK) = 0.22.

Color convert

RGB199172127-
CMYK00.140.360.22
HSL37.5º39.13%63.92%-
HSV(B)37.5º36.18%78.04%-
XYZ42.1443.1826.19-
YUV174.94100.95145.16-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 39.96%
GREEN value IS 172 (67.58% from 255) = 34.54%
BLUE value IS 127 (50% from 255) = 25.50%
R=39.96%
G=34.54%
B=25.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.36
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19917212700.140.360.2237.539.1363.92
HexC7AC7F0E2416262740
Octal30725417701644264647100
Binary1100011110101100111111101110100100101101001101001111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7AC7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7AC7F; }

 p { color: rgb(199,172,127); }

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

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

 a { background-color: rgb(199,172,127); }

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

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

 span { border-color: rgb(199,172,127); }

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