#8F5568

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

Shades of Cannon Pink #8F5568

Tints of Cannon Pink #8F5568

Color information

#8F5568 (or 0x8F5568) is unknown color: approx Cannon Pink. HEX triplet: 8F, 55 and 68. RGB value is (143,85,104). Sum of RGB (Red+Green+Blue) = 143+85+104=332 (43% of max value = 765). Red value is 143 (56.25% from 255 or 43.07% from 332); Green value is 85 (33.59% from 255 or 25.60% from 332); Blue value is 104 (41.02% from 255 or 31.33% from 332); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5568 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F5568 is #70AA97. Grayscale: #686868. Windows color (decimal): -7383704 or 6837647. OLE color: 6837647.

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

Color convert

RGB14385104-
CMYK00.410.270.44
HSL340.34º25.44%44.71%-
HSV(B)340.34º40.56%56.08%-
XYZ17.0713.3414.77-
YUV104.51127.72155.46-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 43.07%
GREEN value IS 85 (33.59% from 255) = 25.60%
BLUE value IS 104 (41.02% from 255) = 31.33%
R=43.07%
G=25.60%
B=31.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.27
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1438510400.410.270.44340.3425.4444.71
Hex8F55680291B2C154192d
Octal21712515005133545243155
Binary100011111010101110100001010011101110110010101010011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F5568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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