#884560

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

Shades of Cannon Pink #884560

Tints of Cannon Pink #884560

Color information

#884560 (or 0x884560) is unknown color: approx Cannon Pink. HEX triplet: 88, 45 and 60. RGB value is (136,69,96). Sum of RGB (Red+Green+Blue) = 136+69+96=301 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.18% from 301); Green value is 69 (27.34% from 255 or 22.92% from 301); Blue value is 96 (37.89% from 255 or 31.89% from 301); Max value from RGB is 136 - color contains mainly: red. Hex color #884560 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884560 is #77BA9F. Grayscale: #5C5C5C. Windows color (decimal): -7846560 or 6309256. OLE color: 6309256.

HSL color Cylindrical-coordinate representation of color #884560: hue angle of 335.82º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #884560 is Cyan = 0, Magento = 0.49, Yellow = 0.29 and Black (K on CMYK) = 0.47.

Color convert

RGB1366996-
CMYK00.490.290.47
HSL335.82º32.68%40.2%-
HSV(B)335.82º49.26%53.33%-
XYZ14.3910.3412.3-
YUV92.11130.2159.3-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 45.18%
GREEN value IS 69 (27.34% from 255) = 22.92%
BLUE value IS 96 (37.89% from 255) = 31.89%
R=45.18%
G=22.92%
B=31.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.29
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136699600.490.290.47335.8232.6840.2
Hex8845600311D2F1502128
Octal21010514006135575204150
Binary1000100010001011100000011000111101101111101010000100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884560; }

 p { color: rgb(136,69,96); }

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

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

 a { background-color: rgb(136,69,96); }

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

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

 span { border-color: rgb(136,69,96); }

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