#8F5665

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

Shades of Cannon Pink #8F5665

Tints of Cannon Pink #8F5665

Color information

#8F5665 (or 0x8F5665) is unknown color: approx Cannon Pink. HEX triplet: 8F, 56 and 65. RGB value is (143,86,101). Sum of RGB (Red+Green+Blue) = 143+86+101=330 (43% of max value = 765). Red value is 143 (56.25% from 255 or 43.33% from 330); Green value is 86 (33.98% from 255 or 26.06% from 330); Blue value is 101 (39.84% from 255 or 30.61% from 330); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5665 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F5665 is #70A99A. Grayscale: #686868. Windows color (decimal): -7383451 or 6641295. OLE color: 6641295.

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

Color convert

RGB14386101-
CMYK00.400.290.44
HSL344.21º24.89%44.9%-
HSV(B)344.21º39.86%56.08%-
XYZ1713.4314.01-
YUV104.75125.88155.28-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 43.33%
GREEN value IS 86 (33.98% from 255) = 26.06%
BLUE value IS 101 (39.84% from 255) = 30.61%
R=43.33%
G=26.06%
B=30.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.29
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1438610100.400.290.44344.2124.8944.9
Hex8F56650281D2C158192d
Octal21712614505035545303155
Binary100011111010110110010101010001110110110010101100011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F5665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,86,101); }

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

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

 a { background-color: rgb(143,86,101); }

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

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

 span { border-color: rgb(143,86,101); }

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