#8F5566

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

Shades of Cannon Pink #8F5566

Tints of Cannon Pink #8F5566

Color information

#8F5566 (or 0x8F5566) is unknown color: approx Cannon Pink. HEX triplet: 8F, 55 and 66. RGB value is (143,85,102). Sum of RGB (Red+Green+Blue) = 143+85+102=330 (43% of max value = 765). Red value is 143 (56.25% from 255 or 43.33% from 330); Green value is 85 (33.59% from 255 or 25.76% from 330); Blue value is 102 (40.23% from 255 or 30.91% from 330); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5566 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F5566 is #70AA99. Grayscale: #686868. Windows color (decimal): -7383706 or 6706575. OLE color: 6706575.

HSL color Cylindrical-coordinate representation of color #8F5566: hue angle of 342.41º 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 #8F5566 is Cyan = 0, Magento = 0.41, Yellow = 0.29 and Black (K on CMYK) = 0.44.

Color convert

RGB14385102-
CMYK00.410.290.44
HSL342.41º25.44%44.71%-
HSV(B)342.41º40.56%56.08%-
XYZ16.9713.314.24-
YUV104.28126.72155.62-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 43.33%
GREEN value IS 85 (33.59% from 255) = 25.76%
BLUE value IS 102 (40.23% from 255) = 30.91%
R=43.33%
G=25.76%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.29
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1438510200.410.290.44342.4125.4444.71
Hex8F55660291D2C156192d
Octal21712514605135545263155
Binary100011111010101110011001010011110110110010101011011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F5566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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