#C7AC7C

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

Shades of Ecru #C7AC7C

Tints of Ecru #C7AC7C

Color information

#C7AC7C (or 0xC7AC7C) is unknown color: approx Ecru. HEX triplet: C7, AC and 7C. RGB value is (199,172,124). Sum of RGB (Red+Green+Blue) = 199+172+124=495 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.20% from 495); Green value is 172 (67.58% from 255 or 34.75% from 495); Blue value is 124 (48.83% from 255 or 25.05% from 495); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AC7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7AC7C is #385383. Grayscale: #AEAEAE. Windows color (decimal): -3691396 or 8170695. OLE color: 8170695.

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

Color convert

RGB199172124-
CMYK00.140.380.22
HSL38.4º40.11%63.33%-
HSV(B)38.4º37.69%78.04%-
XYZ41.9443.125.18-
YUV174.699.45145.4-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 40.20%
GREEN value IS 172 (67.58% from 255) = 34.75%
BLUE value IS 124 (48.83% from 255) = 25.05%
R=40.20%
G=34.75%
B=25.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.38
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19917212400.140.380.2238.440.1163.33
HexC7AC7C0E261626283f
Octal3072541740164626465077
Binary110001111010110011111000111010011010110100110101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7AC7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7AC7C; }

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

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

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

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

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

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

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

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