#8A576D

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

Shades of Cannon Pink #8A576D

Tints of Cannon Pink #8A576D

Color information

#8A576D (or 0x8A576D) is unknown color: approx Cannon Pink. HEX triplet: 8A, 57 and 6D. RGB value is (138,87,109). Sum of RGB (Red+Green+Blue) = 138+87+109=334 (44% of max value = 765). Red value is 138 (54.30% from 255 or 41.32% from 334); Green value is 87 (34.38% from 255 or 26.05% from 334); Blue value is 109 (42.97% from 255 or 32.63% from 334); Max value from RGB is 138 - color contains mainly: red. Hex color #8A576D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A576D is #75A892. Grayscale: #686868. Windows color (decimal): -7710867 or 7165834. OLE color: 7165834.

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

Color convert

RGB13887109-
CMYK00.370.210.46
HSL334.12º22.67%44.12%-
HSV(B)334.12º36.96%54.12%-
XYZ16.6513.3216.16-
YUV104.76130.4151.71-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 41.32%
GREEN value IS 87 (34.38% from 255) = 26.05%
BLUE value IS 109 (42.97% from 255) = 32.63%
R=41.32%
G=26.05%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.21
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1388710900.370.210.46334.1222.6744.12
Hex8A576D025152E14e172c
Octal21212715504525565162754
Binary100010101010111110110101001011010110111010100111010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A576D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,87,109); }

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

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

 a { background-color: rgb(138,87,109); }

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

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

 span { border-color: rgb(138,87,109); }

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