#8A576A

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

Shades of Cannon Pink #8A576A

Tints of Cannon Pink #8A576A

Color information

#8A576A (or 0x8A576A) is unknown color: approx Cannon Pink. HEX triplet: 8A, 57 and 6A. RGB value is (138,87,106). Sum of RGB (Red+Green+Blue) = 138+87+106=331 (43% of max value = 765). Red value is 138 (54.30% from 255 or 41.69% from 331); Green value is 87 (34.38% from 255 or 26.28% from 331); Blue value is 106 (41.80% from 255 or 32.02% from 331); Max value from RGB is 138 - color contains mainly: red. Hex color #8A576A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A576A is #75A895. Grayscale: #686868. Windows color (decimal): -7710870 or 6969226. OLE color: 6969226.

HSL color Cylindrical-coordinate representation of color #8A576A: hue angle of 337.65º 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 #8A576A is Cyan = 0, Magento = 0.37, Yellow = 0.23 and Black (K on CMYK) = 0.46.

Color convert

RGB13887106-
CMYK00.370.230.46
HSL337.65º22.67%44.12%-
HSV(B)337.65º36.96%54.12%-
XYZ16.4913.2615.33-
YUV104.42128.9151.96-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 41.69%
GREEN value IS 87 (34.38% from 255) = 26.28%
BLUE value IS 106 (41.80% from 255) = 32.02%
R=41.69%
G=26.28%
B=32.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.23
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1388710600.370.230.46337.6522.6744.12
Hex8A576A025172E152172c
Octal21212715204527565222754
Binary100010101010111110101001001011011110111010101001010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A576A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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