#C3AC82

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

Shades of Ecru #C3AC82

Tints of Ecru #C3AC82

Color information

#C3AC82 (or 0xC3AC82) is unknown color: approx Ecru. HEX triplet: C3, AC and 82. RGB value is (195,172,130). Sum of RGB (Red+Green+Blue) = 195+172+130=497 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.24% from 497); Green value is 172 (67.58% from 255 or 34.61% from 497); Blue value is 130 (51.17% from 255 or 26.16% from 497); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AC82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3AC82 is #3C537D. Grayscale: #AEAEAE. Windows color (decimal): -3953534 or 8563907. OLE color: 8563907.

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

Color convert

RGB195172130-
CMYK00.120.330.24
HSL38.77º35.14%63.73%-
HSV(B)38.77º33.33%76.47%-
XYZ41.2942.7227.19-
YUV174.09103.12142.92-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.24%
GREEN value IS 172 (67.58% from 255) = 34.61%
BLUE value IS 130 (51.17% from 255) = 26.16%
R=39.24%
G=34.61%
B=26.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.33
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19517213000.120.330.2438.7735.1463.73
HexC3AC820C2118272340
Octal30325420201441304743100
Binary11000011101011001000001001100100001110001001111000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3AC82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3AC82; }

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

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

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

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

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

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

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

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