#8F5570

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

Shades of Cannon Pink #8F5570

Tints of Cannon Pink #8F5570

Color information

#8F5570 (or 0x8F5570) is unknown color: approx Cannon Pink. HEX triplet: 8F, 55 and 70. RGB value is (143,85,112). Sum of RGB (Red+Green+Blue) = 143+85+112=340 (45% of max value = 765). Red value is 143 (56.25% from 255 or 42.06% from 340); Green value is 85 (33.59% from 255 or 25% from 340); Blue value is 112 (44.14% from 255 or 32.94% from 340); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5570 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F5570 is #70AA8F. Grayscale: #696969. Windows color (decimal): -7383696 or 7361935. OLE color: 7361935.

HSL color Cylindrical-coordinate representation of color #8F5570: hue angle of 332.07º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8F5570 is Cyan = 0, Magento = 0.41, Yellow = 0.22 and Black (K on CMYK) = 0.44.

Color convert

RGB14385112-
CMYK00.410.220.44
HSL332.07º25.44%44.71%-
HSV(B)332.07º40.56%56.08%-
XYZ17.513.5117.01-
YUV105.42131.72154.8-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 42.06%
GREEN value IS 85 (33.59% from 255) = 25%
BLUE value IS 112 (44.14% from 255) = 32.94%
R=42.06%
G=25%
B=32.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.22
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1438511200.410.220.44332.0725.4444.71
Hex8F5570029162C14c192d
Octal21712516005126545143155
Binary100011111010101111000001010011011010110010100110011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F5570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8F5570; }

 p { color: rgb(143,85,112); }

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

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

 a { background-color: rgb(143,85,112); }

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

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

 span { border-color: rgb(143,85,112); }

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