#8A4466

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

Shades of Cannon Pink #8A4466

Tints of Cannon Pink #8A4466

Color information

#8A4466 (or 0x8A4466) is unknown color: approx Cannon Pink. HEX triplet: 8A, 44 and 66. RGB value is (138,68,102). Sum of RGB (Red+Green+Blue) = 138+68+102=308 (40% of max value = 765). Red value is 138 (54.30% from 255 or 44.81% from 308); Green value is 68 (26.95% from 255 or 22.08% from 308); Blue value is 102 (40.23% from 255 or 33.12% from 308); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4466 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A4466 is #75BB99. Grayscale: #5C5C5C. Windows color (decimal): -7715738 or 6702218. OLE color: 6702218.

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

Color convert

RGB13868102-
CMYK00.510.260.46
HSL330.86º33.98%40.39%-
HSV(B)330.86º50.72%54.12%-
XYZ14.9510.513.81-
YUV92.81133.19160.24-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 44.81%
GREEN value IS 68 (26.95% from 255) = 22.08%
BLUE value IS 102 (40.23% from 255) = 33.12%
R=44.81%
G=22.08%
B=33.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.26
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1386810200.510.260.46330.8633.9840.39
Hex8A44660331A2E14b2228
Octal21210414606332565134250
Binary1000101010001001100110011001111010101110101001011100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A4466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,68,102); }

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

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

 a { background-color: rgb(138,68,102); }

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

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

 span { border-color: rgb(138,68,102); }

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