#8A5568

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

Shades of Cannon Pink #8A5568

Tints of Cannon Pink #8A5568

Color information

#8A5568 (or 0x8A5568) is unknown color: approx Cannon Pink. HEX triplet: 8A, 55 and 68. RGB value is (138,85,104). Sum of RGB (Red+Green+Blue) = 138+85+104=327 (43% of max value = 765). Red value is 138 (54.30% from 255 or 42.20% from 327); Green value is 85 (33.59% from 255 or 25.99% from 327); Blue value is 104 (41.02% from 255 or 31.80% from 327); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5568 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A5568 is #75AA97. Grayscale: #666666. Windows color (decimal): -7711384 or 6837642. OLE color: 6837642.

HSL color Cylindrical-coordinate representation of color #8A5568: hue angle of 338.49º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8A5568 is Cyan = 0, Magento = 0.38, Yellow = 0.25 and Black (K on CMYK) = 0.46.

Color convert

RGB13885104-
CMYK00.380.250.46
HSL338.49º23.77%43.73%-
HSV(B)338.49º38.41%54.12%-
XYZ16.2312.914.73-
YUV103.01128.56152.96-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 42.20%
GREEN value IS 85 (33.59% from 255) = 25.99%
BLUE value IS 104 (41.02% from 255) = 31.80%
R=42.20%
G=25.99%
B=31.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.25
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1388510400.380.250.46338.4923.7743.73
Hex8A5568026192E152182c
Octal21212515004631565223054
Binary100010101010101110100001001101100110111010101001011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A5568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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