#885063

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

Shades of Cannon Pink #885063

Tints of Cannon Pink #885063

Color information

#885063 (or 0x885063) is unknown color: approx Cannon Pink. HEX triplet: 88, 50 and 63. RGB value is (136,80,99). Sum of RGB (Red+Green+Blue) = 136+80+99=315 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.17% from 315); Green value is 80 (31.64% from 255 or 25.40% from 315); Blue value is 99 (39.06% from 255 or 31.43% from 315); Max value from RGB is 136 - color contains mainly: red. Hex color #885063 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885063 is #77AF9C. Grayscale: #626262. Windows color (decimal): -7843741 or 6508680. OLE color: 6508680.

HSL color Cylindrical-coordinate representation of color #885063: hue angle of 339.64º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #885063 is Cyan = 0, Magento = 0.41, Yellow = 0.27 and Black (K on CMYK) = 0.47.

Color convert

RGB1368099-
CMYK00.410.270.47
HSL339.64º25.93%42.35%-
HSV(B)339.64º41.18%53.33%-
XYZ15.2711.8713.29-
YUV98.91128.05154.46-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 43.17%
GREEN value IS 80 (31.64% from 255) = 25.40%
BLUE value IS 99 (39.06% from 255) = 31.43%
R=43.17%
G=25.40%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.27
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136809900.410.270.47339.6425.9342.35
Hex8850630291B2F1541a2a
Octal21012014305133575243252
Binary100010001010000110001101010011101110111110101010011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885063; }

 p { color: rgb(136,80,99); }

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

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

 a { background-color: rgb(136,80,99); }

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

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

 span { border-color: rgb(136,80,99); }

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