#815564

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

Shades of Cannon Pink #815564

Tints of Cannon Pink #815564

Color information

#815564 (or 0x815564) is unknown color: approx Cannon Pink. HEX triplet: 81, 55 and 64. RGB value is (129,85,100). Sum of RGB (Red+Green+Blue) = 129+85+100=314 (41% of max value = 765). Red value is 129 (50.78% from 255 or 41.08% from 314); Green value is 85 (33.59% from 255 or 27.07% from 314); Blue value is 100 (39.45% from 255 or 31.85% from 314); Max value from RGB is 129 - color contains mainly: red. Hex color #815564 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815564 is #7EAA9B. Grayscale: #636363. Windows color (decimal): -8301212 or 6575489. OLE color: 6575489.

HSL color Cylindrical-coordinate representation of color #815564: hue angle of 339.55º 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 #815564 is Cyan = 0, Magento = 0.34, Yellow = 0.22 and Black (K on CMYK) = 0.49.

Color convert

RGB12985100-
CMYK00.340.220.49
HSL339.55º20.56%41.96%-
HSV(B)339.55º34.11%50.59%-
XYZ14.612.0813.62-
YUV99.87128.08148.78-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 41.08%
GREEN value IS 85 (33.59% from 255) = 27.07%
BLUE value IS 100 (39.45% from 255) = 31.85%
R=41.08%
G=27.07%
B=31.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.22
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1298510000.340.220.49339.5520.5641.96
Hex8155640221631154152a
Octal20112514404226615242552
Binary100000011010101110010001000101011011000110101010010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815564; }

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

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

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

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

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

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

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

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