#C4AC7F

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

Shades of Ecru #C4AC7F

Tints of Ecru #C4AC7F

Color information

#C4AC7F (or 0xC4AC7F) is unknown color: approx Ecru. HEX triplet: C4, AC and 7F. RGB value is (196,172,127). Sum of RGB (Red+Green+Blue) = 196+172+127=495 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.60% from 495); Green value is 172 (67.58% from 255 or 34.75% from 495); Blue value is 127 (50% from 255 or 25.66% from 495); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AC7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4AC7F is #3B5380. Grayscale: #AEAEAE. Windows color (decimal): -3888001 or 8367300. OLE color: 8367300.

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

Color convert

RGB196172127-
CMYK00.120.350.23
HSL39.13º36.9%63.33%-
HSV(B)39.13º35.2%76.86%-
XYZ41.3542.7726.16-
YUV174.05101.45143.66-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 39.60%
GREEN value IS 172 (67.58% from 255) = 34.75%
BLUE value IS 127 (50% from 255) = 25.66%
R=39.60%
G=34.75%
B=25.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.35
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19617212700.120.350.2339.1336.963.33
HexC4AC7F0C231727253f
Octal3042541770144327474577
Binary110001001010110011111110110010001110111100111100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4AC7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4AC7F; }

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

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

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

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

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

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

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

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