#C3AC7F

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

Shades of Ecru #C3AC7F

Tints of Ecru #C3AC7F

Color information

#C3AC7F (or 0xC3AC7F) is unknown color: approx Ecru. HEX triplet: C3, AC and 7F. RGB value is (195,172,127). Sum of RGB (Red+Green+Blue) = 195+172+127=494 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.47% from 494); Green value is 172 (67.58% from 255 or 34.82% from 494); Blue value is 127 (50% from 255 or 25.71% from 494); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AC7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3AC7F is #3C5380. Grayscale: #ADADAD. Windows color (decimal): -3953537 or 8367299. OLE color: 8367299.

HSL color Cylindrical-coordinate representation of color #C3AC7F: hue angle of 39.71º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C3AC7F is Cyan = 0, Magento = 0.12, Yellow = 0.35 and Black (K on CMYK) = 0.24.

Color convert

RGB195172127-
CMYK00.120.350.24
HSL39.71º36.17%63.14%-
HSV(B)39.71º34.87%76.47%-
XYZ41.0942.6426.14-
YUV173.75101.62143.16-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.47%
GREEN value IS 172 (67.58% from 255) = 34.82%
BLUE value IS 127 (50% from 255) = 25.71%
R=39.47%
G=34.82%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.35
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19517212700.120.350.2439.7136.1763.14
HexC3AC7F0C231828243f
Octal3032541770144330504477
Binary110000111010110011111110110010001111000101000100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3AC7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3AC7F; }

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

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

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

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

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

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

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

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