#8f506a

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

Shades of Cannon Pink #8F506A

Tints of Cannon Pink #8F506A

Color information

#8F506A (or 0x8F506A) is unknown color: approx Cannon Pink. HEX triplet: 8F, 50 and 6A. RGB value is (143,80,106). Sum of RGB (Red+Green+Blue) = 143+80+106=329 (43% of max value = 765). Red value is 143 (56.25% from 255 or 43.47% from 329); Green value is 80 (31.64% from 255 or 24.32% from 329); Blue value is 106 (41.80% from 255 or 32.22% from 329); Max value from RGB is 143 - color contains mainly: red. Hex color #8F506A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F506A is #70AF95. Grayscale: #656565. Windows color (decimal): -7384982 or 6967439. OLE color: 6967439.

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

Color convert

RGB14380106-
CMYK00.440.260.44
HSL335.24º28.25%43.73%-
HSV(B)335.24º44.06%56.08%-
XYZ16.812.6215.19-
YUV101.8130.37157.39-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 43.47%
GREEN value IS 80 (31.64% from 255) = 24.32%
BLUE value IS 106 (41.80% from 255) = 32.22%
R=43.47%
G=24.32%
B=32.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.26
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1438010600.440.260.44335.2428.2543.73
Hex8F506A02C1A2C14f1c2c
Octal21712015205432545173454
Binary100011111010000110101001011001101010110010100111111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8f506a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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