#8A5369

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

Shades of Cannon Pink #8A5369

Tints of Cannon Pink #8A5369

Color information

#8A5369 (or 0x8A5369) is unknown color: approx Cannon Pink. HEX triplet: 8A, 53 and 69. RGB value is (138,83,105). Sum of RGB (Red+Green+Blue) = 138+83+105=326 (43% of max value = 765). Red value is 138 (54.30% from 255 or 42.33% from 326); Green value is 83 (32.81% from 255 or 25.46% from 326); Blue value is 105 (41.41% from 255 or 32.21% from 326); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5369 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A5369 is #75AC96. Grayscale: #656565. Windows color (decimal): -7711895 or 6902666. OLE color: 6902666.

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

Color convert

RGB13883105-
CMYK00.400.240.46
HSL336º24.89%43.33%-
HSV(B)336º39.86%54.12%-
XYZ16.1212.6114.95-
YUV101.95129.72153.71-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 42.33%
GREEN value IS 83 (32.81% from 255) = 25.46%
BLUE value IS 105 (41.41% from 255) = 32.21%
R=42.33%
G=25.46%
B=32.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.24
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1388310500.400.240.4633624.8943.33
Hex8A5369028182E150192b
Octal21212315105030565203153
Binary100010101010011110100101010001100010111010101000011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A5369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,83,105); }

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

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

 a { background-color: rgb(138,83,105); }

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

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

 span { border-color: rgb(138,83,105); }

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