#8F506C

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

Shades of Cannon Pink #8F506C

Tints of Cannon Pink #8F506C

Color information

#8F506C (or 0x8F506C) is unknown color: approx Cannon Pink. HEX triplet: 8F, 50 and 6C. RGB value is (143,80,108). Sum of RGB (Red+Green+Blue) = 143+80+108=331 (43% of max value = 765). Red value is 143 (56.25% from 255 or 43.20% from 331); Green value is 80 (31.64% from 255 or 24.17% from 331); Blue value is 108 (42.58% from 255 or 32.63% from 331); Max value from RGB is 143 - color contains mainly: red. Hex color #8F506C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F506C is #70AF93. Grayscale: #656565. Windows color (decimal): -7384980 or 7098511. OLE color: 7098511.

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

Color convert

RGB14380108-
CMYK00.440.240.44
HSL333.33º28.25%43.73%-
HSV(B)333.33º44.06%56.08%-
XYZ16.912.6615.74-
YUV102.03131.37157.22-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 43.20%
GREEN value IS 80 (31.64% from 255) = 24.17%
BLUE value IS 108 (42.58% from 255) = 32.63%
R=43.20%
G=24.17%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.24
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1438010800.440.240.44333.3328.2543.73
Hex8F506C02C182C14d1c2c
Octal21712015405430545153454
Binary100011111010000110110001011001100010110010100110111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F506C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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