#8A4568

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

Shades of Cannon Pink #8A4568

Tints of Cannon Pink #8A4568

Color information

#8A4568 (or 0x8A4568) is unknown color: approx Cannon Pink. HEX triplet: 8A, 45 and 68. RGB value is (138,69,104). Sum of RGB (Red+Green+Blue) = 138+69+104=311 (41% of max value = 765). Red value is 138 (54.30% from 255 or 44.37% from 311); Green value is 69 (27.34% from 255 or 22.19% from 311); Blue value is 104 (41.02% from 255 or 33.44% from 311); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4568 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A4568 is #75BA97. Grayscale: #5D5D5D. Windows color (decimal): -7715480 or 6833546. OLE color: 6833546.

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

Color convert

RGB13869104-
CMYK00.50.250.46
HSL329.57º33.33%40.59%-
HSV(B)329.57º50%54.12%-
XYZ15.1110.6614.36-
YUV93.62133.86159.65-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 44.37%
GREEN value IS 69 (27.34% from 255) = 22.19%
BLUE value IS 104 (41.02% from 255) = 33.44%
R=44.37%
G=22.19%
B=33.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.25
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1386910400.50.250.46329.5733.3340.59
Hex8A4568032192E14a2129
Octal21210515006231565124151
Binary1000101010001011101000011001011001101110101001010100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A4568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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