#815460

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

Shades of Cannon Pink #815460

Tints of Cannon Pink #815460

Color information

#815460 (or 0x815460) is unknown color: approx Cannon Pink. HEX triplet: 81, 54 and 60. RGB value is (129,84,96). Sum of RGB (Red+Green+Blue) = 129+84+96=309 (40% of max value = 765). Red value is 129 (50.78% from 255 or 41.75% from 309); Green value is 84 (33.20% from 255 or 27.18% from 309); Blue value is 96 (37.89% from 255 or 31.07% from 309); Max value from RGB is 129 - color contains mainly: red. Hex color #815460 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815460 is #7EAB9F. Grayscale: #626262. Windows color (decimal): -8301472 or 6313089. OLE color: 6313089.

HSL color Cylindrical-coordinate representation of color #815460: hue angle of 344º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #815460 is Cyan = 0, Magento = 0.35, Yellow = 0.26 and Black (K on CMYK) = 0.49.

Color convert

RGB1298496-
CMYK00.350.260.49
HSL344º21.13%41.76%-
HSV(B)344º34.88%50.59%-
XYZ14.3311.8512.6-
YUV98.82126.41149.52-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 41.75%
GREEN value IS 84 (33.20% from 255) = 27.18%
BLUE value IS 96 (37.89% from 255) = 31.07%
R=41.75%
G=27.18%
B=31.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.26
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129849600.350.260.4934421.1341.76
Hex8154600231A31158152a
Octal20112414004332615302552
Binary100000011010100110000001000111101011000110101100010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815460; }

 p { color: rgb(129,84,96); }

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

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

 a { background-color: rgb(129,84,96); }

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

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

 span { border-color: rgb(129,84,96); }

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