#8A465F

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

Shades of Cannon Pink #8A465F

Tints of Cannon Pink #8A465F

Color information

#8A465F (or 0x8A465F) is unknown color: approx Cannon Pink. HEX triplet: 8A, 46 and 5F. RGB value is (138,70,95). Sum of RGB (Red+Green+Blue) = 138+70+95=303 (40% of max value = 765). Red value is 138 (54.30% from 255 or 45.54% from 303); Green value is 70 (27.73% from 255 or 23.10% from 303); Blue value is 95 (37.5% from 255 or 31.35% from 303); Max value from RGB is 138 - color contains mainly: red. Hex color #8A465F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A465F is #75B9A0. Grayscale: #5D5D5D. Windows color (decimal): -7715233 or 6243978. OLE color: 6243978.

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

Color convert

RGB1387095-
CMYK00.490.310.46
HSL337.94º32.69%40.78%-
HSV(B)337.94º49.28%54.12%-
XYZ14.7410.6112.1-
YUV93.18129.03159.97-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 45.54%
GREEN value IS 70 (27.73% from 255) = 23.10%
BLUE value IS 95 (37.5% from 255) = 31.35%
R=45.54%
G=23.10%
B=31.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.31
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138709500.490.310.46337.9432.6940.78
Hex8A465F0311F2E1522129
Octal21210613706137565224151
Binary1000101010001101011111011000111111101110101010010100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A465F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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