#8F5267

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

Shades of Cannon Pink #8F5267

Tints of Cannon Pink #8F5267

Color information

#8F5267 (or 0x8F5267) is unknown color: approx Cannon Pink. HEX triplet: 8F, 52 and 67. RGB value is (143,82,103). Sum of RGB (Red+Green+Blue) = 143+82+103=328 (43% of max value = 765). Red value is 143 (56.25% from 255 or 43.60% from 328); Green value is 82 (32.42% from 255 or 25% from 328); Blue value is 103 (40.62% from 255 or 31.40% from 328); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5267 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F5267 is #70AD98. Grayscale: #666666. Windows color (decimal): -7384473 or 6771343. OLE color: 6771343.

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

Color convert

RGB14382103-
CMYK00.430.280.44
HSL339.34º27.11%44.12%-
HSV(B)339.34º42.66%56.08%-
XYZ16.7912.8514.43-
YUV102.63128.21156.79-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 43.60%
GREEN value IS 82 (32.42% from 255) = 25%
BLUE value IS 103 (40.62% from 255) = 31.40%
R=43.60%
G=25%
B=31.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.28
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1438210300.430.280.44339.3427.1144.12
Hex8F526702B1C2C1531b2c
Octal21712214705334545233354
Binary100011111010010110011101010111110010110010101001111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F5267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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