#C4AD7F

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

Shades of Ecru #C4AD7F

Tints of Ecru #C4AD7F

Color information

#C4AD7F (or 0xC4AD7F) is unknown color: approx Ecru. HEX triplet: C4, AD and 7F. RGB value is (196,173,127). Sum of RGB (Red+Green+Blue) = 196+173+127=496 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.52% from 496); Green value is 173 (67.97% from 255 or 34.88% from 496); Blue value is 127 (50% from 255 or 25.60% from 496); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AD7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4AD7F is #3B5280. Grayscale: #AEAEAE. Windows color (decimal): -3887745 or 8367556. OLE color: 8367556.

HSL color Cylindrical-coordinate representation of color #C4AD7F: hue angle of 40º 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 #C4AD7F is Cyan = 0, Magento = 0.12, Yellow = 0.35 and Black (K on CMYK) = 0.23.

Color convert

RGB196173127-
CMYK00.120.350.23
HSL40º36.9%63.33%-
HSV(B)40º35.2%76.86%-
XYZ41.5443.1626.22-
YUV174.63101.12143.24-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 39.52%
GREEN value IS 173 (67.97% from 255) = 34.88%
BLUE value IS 127 (50% from 255) = 25.60%
R=39.52%
G=34.88%
B=25.60%

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
Decimal19617312700.120.350.234036.963.33
HexC4AD7F0C231728253f
Octal3042551770144327504577
Binary110001001010110111111110110010001110111101000100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4AD7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4AD7F; }

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

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

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

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

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

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

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

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