#8F516C

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

Shades of Cannon Pink #8F516C

Tints of Cannon Pink #8F516C

Color information

#8F516C (or 0x8F516C) is unknown color: approx Cannon Pink. HEX triplet: 8F, 51 and 6C. RGB value is (143,81,108). Sum of RGB (Red+Green+Blue) = 143+81+108=332 (43% of max value = 765). Red value is 143 (56.25% from 255 or 43.07% from 332); Green value is 81 (32.03% from 255 or 24.40% from 332); Blue value is 108 (42.58% from 255 or 32.53% from 332); Max value from RGB is 143 - color contains mainly: red. Hex color #8F516C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F516C is #70AE93. Grayscale: #666666. Windows color (decimal): -7384724 or 7098767. OLE color: 7098767.

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

Color convert

RGB14381108-
CMYK00.430.240.44
HSL333.87º27.68%43.92%-
HSV(B)333.87º43.36%56.08%-
XYZ16.9812.8115.76-
YUV102.62131.04156.8-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 43.07%
GREEN value IS 81 (32.03% from 255) = 24.40%
BLUE value IS 108 (42.58% from 255) = 32.53%
R=43.07%
G=24.40%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.24
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1438110800.430.240.44333.8727.6843.92
Hex8F516C02B182C14e1c2c
Octal21712115405330545163454
Binary100011111010001110110001010111100010110010100111011100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F516C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,81,108); }

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

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

 a { background-color: rgb(143,81,108); }

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

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

 span { border-color: rgb(143,81,108); }

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