#8a4163

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

Shades of Cannon Pink #8A4163

Tints of Cannon Pink #8A4163

Color information

#8A4163 (or 0x8A4163) is unknown color: approx Cannon Pink. HEX triplet: 8A, 41 and 63. RGB value is (138,65,99). Sum of RGB (Red+Green+Blue) = 138+65+99=302 (40% of max value = 765). Red value is 138 (54.30% from 255 or 45.70% from 302); Green value is 65 (25.78% from 255 or 21.52% from 302); Blue value is 99 (39.06% from 255 or 32.78% from 302); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4163 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A4163 is #75BE9C. Grayscale: #5A5A5A. Windows color (decimal): -7716509 or 6504842. OLE color: 6504842.

HSL color Cylindrical-coordinate representation of color #8A4163: hue angle of 332.05º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8A4163 is Cyan = 0, Magento = 0.53, Yellow = 0.28 and Black (K on CMYK) = 0.46.

Color convert

RGB1386599-
CMYK00.530.280.46
HSL332.05º35.96%39.8%-
HSV(B)332.05º52.9%54.12%-
XYZ14.6210.0812.98-
YUV90.7132.68161.74-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 45.70%
GREEN value IS 65 (25.78% from 255) = 21.52%
BLUE value IS 99 (39.06% from 255) = 32.78%
R=45.70%
G=21.52%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.28
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138659900.530.280.46332.0535.9639.8
Hex8A41630351C2E14c2428
Octal21210114306534565144450
Binary1000101010000011100011011010111100101110101001100100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8a4163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,65,99); }

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

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

 a { background-color: rgb(138,65,99); }

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

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

 span { border-color: rgb(138,65,99); }

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