#8F5268

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

Shades of Cannon Pink #8F5268

Tints of Cannon Pink #8F5268

Color information

#8F5268 (or 0x8F5268) is unknown color: approx Cannon Pink. HEX triplet: 8F, 52 and 68. RGB value is (143,82,104). Sum of RGB (Red+Green+Blue) = 143+82+104=329 (43% of max value = 765). Red value is 143 (56.25% from 255 or 43.47% from 329); Green value is 82 (32.42% from 255 or 24.92% from 329); Blue value is 104 (41.02% from 255 or 31.61% from 329); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5268 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F5268 is #70AD97. Grayscale: #666666. Windows color (decimal): -7384472 or 6836879. OLE color: 6836879.

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

Color convert

RGB14382104-
CMYK00.430.270.44
HSL338.36º27.11%44.12%-
HSV(B)338.36º42.66%56.08%-
XYZ16.8412.8714.69-
YUV102.75128.71156.71-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 43.47%
GREEN value IS 82 (32.42% from 255) = 24.92%
BLUE value IS 104 (41.02% from 255) = 31.61%
R=43.47%
G=24.92%
B=31.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.27
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1438210400.430.270.44338.3627.1144.12
Hex8F526802B1B2C1521b2c
Octal21712215005333545223354
Binary100011111010010110100001010111101110110010101001011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F5268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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