#8A485D

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

Shades of Cannon Pink #8A485D

Tints of Cannon Pink #8A485D

Color information

#8A485D (or 0x8A485D) is unknown color: approx Cannon Pink. HEX triplet: 8A, 48 and 5D. RGB value is (138,72,93). Sum of RGB (Red+Green+Blue) = 138+72+93=303 (40% of max value = 765). Red value is 138 (54.30% from 255 or 45.54% from 303); Green value is 72 (28.52% from 255 or 23.76% from 303); Blue value is 93 (36.72% from 255 or 30.69% from 303); Max value from RGB is 138 - color contains mainly: red. Hex color #8A485D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A485D is #75B7A2. Grayscale: #5E5E5E. Windows color (decimal): -7714723 or 6113418. OLE color: 6113418.

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

Color convert

RGB1387293-
CMYK00.480.330.46
HSL340.91º31.43%41.18%-
HSV(B)340.91º47.83%54.12%-
XYZ14.7710.8311.67-
YUV94.13127.37159.29-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 45.54%
GREEN value IS 72 (28.52% from 255) = 23.76%
BLUE value IS 93 (36.72% from 255) = 30.69%
R=45.54%
G=23.76%
B=30.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.33
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138729300.480.330.46340.9131.4341.18
Hex8A485D030212E1551f29
Octal21211013506041565253751
Binary1000101010010001011101011000010000110111010101010111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A485D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,72,93); }

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

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

 a { background-color: rgb(138,72,93); }

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

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

 span { border-color: rgb(138,72,93); }

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