#966260

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

Shades of Copper Rose #966260

Tints of Copper Rose #966260

Color information

#966260 (or 0x966260) is unknown color: approx Copper Rose. HEX triplet: 96, 62 and 60. RGB value is (150,98,96). Sum of RGB (Red+Green+Blue) = 150+98+96=344 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.60% from 344); Green value is 98 (38.67% from 255 or 28.49% from 344); Blue value is 96 (37.89% from 255 or 27.91% from 344); Max value from RGB is 150 - color contains mainly: red. Hex color #966260 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966260 is #699D9F. Grayscale: #717171. Windows color (decimal): -6921632 or 6316694. OLE color: 6316694.

HSL color Cylindrical-coordinate representation of color #966260: hue angle of 2.22º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #966260 is Cyan = 0, Magento = 0.35, Yellow = 0.36 and Black (K on CMYK) = 0.41.

Color convert

RGB1509896-
CMYK00.350.360.41
HSL2.22º21.95%48.24%-
HSV(B)2.22º36%58.82%-
XYZ19.0616.0613.16-
YUV113.32118.23154.16-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 43.60%
GREEN value IS 98 (38.67% from 255) = 28.49%
BLUE value IS 96 (37.89% from 255) = 27.91%
R=43.60%
G=28.49%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.36
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150989600.350.360.412.2221.9548.24
Hex966260023242921630
Octal226142140043445122660
Binary100101101100010110000001000111001001010011010110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966260; }

 p { color: rgb(150,98,96); }

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

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

 a { background-color: rgb(150,98,96); }

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

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

 span { border-color: rgb(150,98,96); }

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