#8F5768

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

Shades of Cannon Pink #8F5768

Tints of Cannon Pink #8F5768

Color information

#8F5768 (or 0x8F5768) is unknown color: approx Cannon Pink. HEX triplet: 8F, 57 and 68. RGB value is (143,87,104). Sum of RGB (Red+Green+Blue) = 143+87+104=334 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.81% from 334); Green value is 87 (34.38% from 255 or 26.05% from 334); Blue value is 104 (41.02% from 255 or 31.14% from 334); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5768 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F5768 is #70A897. Grayscale: #696969. Windows color (decimal): -7383192 or 6838159. OLE color: 6838159.

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

Color convert

RGB14387104-
CMYK00.390.270.44
HSL341.79º24.35%45.1%-
HSV(B)341.79º39.16%56.08%-
XYZ17.2313.6614.82-
YUV105.68127.05154.62-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 42.81%
GREEN value IS 87 (34.38% from 255) = 26.05%
BLUE value IS 104 (41.02% from 255) = 31.14%
R=42.81%
G=26.05%
B=31.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.27
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1438710400.390.270.44341.7924.3545.1
Hex8F57680271B2C156182d
Octal21712715004733545263055
Binary100011111010111110100001001111101110110010101011011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F5768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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