#8A5670

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

Shades of Cannon Pink #8A5670

Tints of Cannon Pink #8A5670

Color information

#8A5670 (or 0x8A5670) is unknown color: approx Cannon Pink. HEX triplet: 8A, 56 and 70. RGB value is (138,86,112). Sum of RGB (Red+Green+Blue) = 138+86+112=336 (44% of max value = 765). Red value is 138 (54.30% from 255 or 41.07% from 336); Green value is 86 (33.98% from 255 or 25.60% from 336); Blue value is 112 (44.14% from 255 or 33.33% from 336); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5670 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A5670 is #75A98F. Grayscale: #686868. Windows color (decimal): -7711120 or 7362186. OLE color: 7362186.

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

Color convert

RGB13886112-
CMYK00.380.190.46
HSL330º23.21%43.92%-
HSV(B)330º37.68%54.12%-
XYZ16.7313.2317-
YUV104.51132.23151.89-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 41.07%
GREEN value IS 86 (33.98% from 255) = 25.60%
BLUE value IS 112 (44.14% from 255) = 33.33%
R=41.07%
G=25.60%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.19
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1388611200.380.190.4633023.2143.92
Hex8A5670026132E14a172c
Octal21212616004623565122754
Binary100010101010110111000001001101001110111010100101010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A5670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,86,112); }

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

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

 a { background-color: rgb(138,86,112); }

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

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

 span { border-color: rgb(138,86,112); }

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