#8F506F

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

Shades of Cannon Pink #8F506F

Tints of Cannon Pink #8F506F

Color information

#8F506F (or 0x8F506F) is unknown color: approx Cannon Pink. HEX triplet: 8F, 50 and 6F. RGB value is (143,80,111). Sum of RGB (Red+Green+Blue) = 143+80+111=334 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.81% from 334); Green value is 80 (31.64% from 255 or 23.95% from 334); Blue value is 111 (43.75% from 255 or 33.23% from 334); Max value from RGB is 143 - color contains mainly: red. Hex color #8F506F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F506F is #70AF90. Grayscale: #666666. Windows color (decimal): -7384977 or 7295119. OLE color: 7295119.

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

Color convert

RGB14380111-
CMYK00.440.220.44
HSL330.48º28.25%43.73%-
HSV(B)330.48º44.06%56.08%-
XYZ17.0712.7216.6-
YUV102.37132.87156.98-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 42.81%
GREEN value IS 80 (31.64% from 255) = 23.95%
BLUE value IS 111 (43.75% from 255) = 33.23%
R=42.81%
G=23.95%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.22
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1438011100.440.220.44330.4828.2543.73
Hex8F506F02C162C14a1c2c
Octal21712015705426545123454
Binary100011111010000110111101011001011010110010100101011100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F506F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,80,111); }

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

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

 a { background-color: rgb(143,80,111); }

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

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

 span { border-color: rgb(143,80,111); }

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