#8F5367

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

Shades of Cannon Pink #8F5367

Tints of Cannon Pink #8F5367

Color information

#8F5367 (or 0x8F5367) is unknown color: approx Cannon Pink. HEX triplet: 8F, 53 and 67. RGB value is (143,83,103). Sum of RGB (Red+Green+Blue) = 143+83+103=329 (43% of max value = 765). Red value is 143 (56.25% from 255 or 43.47% from 329); Green value is 83 (32.81% from 255 or 25.23% from 329); Blue value is 103 (40.62% from 255 or 31.31% from 329); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5367 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F5367 is #70AC98. Grayscale: #676767. Windows color (decimal): -7384217 or 6771599. OLE color: 6771599.

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

Color convert

RGB14383103-
CMYK00.420.280.44
HSL340º26.55%44.31%-
HSV(B)340º41.96%56.08%-
XYZ16.8713.0114.45-
YUV103.22127.88156.37-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 43.47%
GREEN value IS 83 (32.81% from 255) = 25.23%
BLUE value IS 103 (40.62% from 255) = 31.31%
R=43.47%
G=25.23%
B=31.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.28
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1438310300.420.280.4434026.5544.31
Hex8F536702A1C2C1541b2c
Octal21712314705234545243354
Binary100011111010011110011101010101110010110010101010011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F5367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,83,103); }

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

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

 a { background-color: rgb(143,83,103); }

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

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

 span { border-color: rgb(143,83,103); }

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