#8A4661

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

Shades of Cannon Pink #8A4661

Tints of Cannon Pink #8A4661

Color information

#8A4661 (or 0x8A4661) is unknown color: approx Cannon Pink. HEX triplet: 8A, 46 and 61. RGB value is (138,70,97). Sum of RGB (Red+Green+Blue) = 138+70+97=305 (40% of max value = 765). Red value is 138 (54.30% from 255 or 45.25% from 305); Green value is 70 (27.73% from 255 or 22.95% from 305); Blue value is 97 (38.28% from 255 or 31.80% from 305); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4661 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A4661 is #75B99E. Grayscale: #5D5D5D. Windows color (decimal): -7715231 or 6375050. OLE color: 6375050.

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

Color convert

RGB1387097-
CMYK00.490.300.46
HSL336.18º32.69%40.78%-
HSV(B)336.18º49.28%54.12%-
XYZ14.8310.6512.58-
YUV93.41130.03159.8-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 45.25%
GREEN value IS 70 (27.73% from 255) = 22.95%
BLUE value IS 97 (38.28% from 255) = 31.80%
R=45.25%
G=22.95%
B=31.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.30
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138709700.490.300.46336.1832.6940.78
Hex8A46610311E2E1502129
Octal21210614106136565204151
Binary1000101010001101100001011000111110101110101010000100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A4661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,70,97); }

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

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

 a { background-color: rgb(138,70,97); }

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

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

 span { border-color: rgb(138,70,97); }

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