#C2AC78

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

Shades of Ecru #C2AC78

Tints of Ecru #C2AC78

Color information

#C2AC78 (or 0xC2AC78) is unknown color: approx Ecru. HEX triplet: C2, AC and 78. RGB value is (194,172,120). Sum of RGB (Red+Green+Blue) = 194+172+120=486 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.92% from 486); Green value is 172 (67.58% from 255 or 35.39% from 486); Blue value is 120 (47.27% from 255 or 24.69% from 486); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AC78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2AC78 is #3D5387. Grayscale: #ACACAC. Windows color (decimal): -4019080 or 7908546. OLE color: 7908546.

HSL color Cylindrical-coordinate representation of color #C2AC78: hue angle of 42.16º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C2AC78 is Cyan = 0, Magento = 0.11, Yellow = 0.38 and Black (K on CMYK) = 0.24.

Color convert

RGB194172120-
CMYK00.110.380.24
HSL42.16º37.76%61.57%-
HSV(B)42.16º38.14%76.08%-
XYZ40.3942.3323.81-
YUV172.6598.29143.23-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.92%
GREEN value IS 172 (67.58% from 255) = 35.39%
BLUE value IS 120 (47.27% from 255) = 24.69%
R=39.92%
G=35.39%
B=24.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.38
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19417212000.110.380.2442.1637.7661.57
HexC2AC780B26182a263e
Octal3022541700134630524676
Binary110000101010110011110000101110011011000101010100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2AC78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2AC78; }

 p { color: rgb(194,172,120); }

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

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

 a { background-color: rgb(194,172,120); }

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

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

 span { border-color: rgb(194,172,120); }

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