#8F5069

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

Shades of Cannon Pink #8F5069

Tints of Cannon Pink #8F5069

Color information

#8F5069 (or 0x8F5069) is unknown color: approx Cannon Pink. HEX triplet: 8F, 50 and 69. RGB value is (143,80,105). Sum of RGB (Red+Green+Blue) = 143+80+105=328 (43% of max value = 765). Red value is 143 (56.25% from 255 or 43.60% from 328); Green value is 80 (31.64% from 255 or 24.39% from 328); Blue value is 105 (41.41% from 255 or 32.01% from 328); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5069 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F5069 is #70AF96. Grayscale: #656565. Windows color (decimal): -7384983 or 6901903. OLE color: 6901903.

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

Color convert

RGB14380105-
CMYK00.440.270.44
HSL336.19º28.25%43.73%-
HSV(B)336.19º44.06%56.08%-
XYZ16.7512.614.91-
YUV101.69129.87157.47-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 43.60%
GREEN value IS 80 (31.64% from 255) = 24.39%
BLUE value IS 105 (41.41% from 255) = 32.01%
R=43.60%
G=24.39%
B=32.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.27
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1438010500.440.270.44336.1928.2543.73
Hex8F506902C1B2C1501c2c
Octal21712015105433545203454
Binary100011111010000110100101011001101110110010101000011100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F5069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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