#815563

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

Shades of Cannon Pink #815563

Tints of Cannon Pink #815563

Color information

#815563 (or 0x815563) is unknown color: approx Cannon Pink. HEX triplet: 81, 55 and 63. RGB value is (129,85,99). Sum of RGB (Red+Green+Blue) = 129+85+99=313 (41% of max value = 765). Red value is 129 (50.78% from 255 or 41.21% from 313); Green value is 85 (33.59% from 255 or 27.16% from 313); Blue value is 99 (39.06% from 255 or 31.63% from 313); Max value from RGB is 129 - color contains mainly: red. Hex color #815563 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815563 is #7EAA9C. Grayscale: #636363. Windows color (decimal): -8301213 or 6509953. OLE color: 6509953.

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

Color convert

RGB1298599-
CMYK00.340.230.49
HSL340.91º20.56%41.96%-
HSV(B)340.91º34.11%50.59%-
XYZ14.5512.0613.37-
YUV99.75127.58148.86-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 41.21%
GREEN value IS 85 (33.59% from 255) = 27.16%
BLUE value IS 99 (39.06% from 255) = 31.63%
R=41.21%
G=27.16%
B=31.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.23
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129859900.340.230.49340.9120.5641.96
Hex8155630221731155152a
Octal20112514304227615252552
Binary100000011010101110001101000101011111000110101010110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815563; }

 p { color: rgb(129,85,99); }

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

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

 a { background-color: rgb(129,85,99); }

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

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

 span { border-color: rgb(129,85,99); }

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