#8A4867

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

Shades of Cannon Pink #8A4867

Tints of Cannon Pink #8A4867

Color information

#8A4867 (or 0x8A4867) is unknown color: approx Cannon Pink. HEX triplet: 8A, 48 and 67. RGB value is (138,72,103). Sum of RGB (Red+Green+Blue) = 138+72+103=313 (41% of max value = 765). Red value is 138 (54.30% from 255 or 44.09% from 313); Green value is 72 (28.52% from 255 or 23.00% from 313); Blue value is 103 (40.62% from 255 or 32.91% from 313); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4867 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A4867 is #75B798. Grayscale: #5F5F5F. Windows color (decimal): -7714713 or 6768778. OLE color: 6768778.

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

Color convert

RGB13872103-
CMYK00.480.250.46
HSL331.82º31.43%41.18%-
HSV(B)331.82º47.83%54.12%-
XYZ15.2511.0214.15-
YUV95.27132.37158.48-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 44.09%
GREEN value IS 72 (28.52% from 255) = 23.00%
BLUE value IS 103 (40.62% from 255) = 32.91%
R=44.09%
G=23.00%
B=32.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.25
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1387210300.480.250.46331.8231.4341.18
Hex8A4867030192E14c1f29
Octal21211014706031565143751
Binary100010101001000110011101100001100110111010100110011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A4867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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