#8C4566

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

Shades of Cannon Pink #8C4566

Tints of Cannon Pink #8C4566

Color information

#8C4566 (or 0x8C4566) is unknown color: approx Cannon Pink. HEX triplet: 8C, 45 and 66. RGB value is (140,69,102). Sum of RGB (Red+Green+Blue) = 140+69+102=311 (41% of max value = 765). Red value is 140 (55.08% from 255 or 45.02% from 311); Green value is 69 (27.34% from 255 or 22.19% from 311); Blue value is 102 (40.23% from 255 or 32.80% from 311); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4566 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C4566 is #73BA99. Grayscale: #5D5D5D. Windows color (decimal): -7584410 or 6702476. OLE color: 6702476.

HSL color Cylindrical-coordinate representation of color #8C4566: hue angle of 332.11º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8C4566 is Cyan = 0, Magento = 0.51, Yellow = 0.27 and Black (K on CMYK) = 0.45.

Color convert

RGB14069102-
CMYK00.510.270.45
HSL332.11º33.97%40.98%-
HSV(B)332.11º50.71%54.9%-
XYZ15.3410.7913.84-
YUV93.99132.52160.82-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 45.02%
GREEN value IS 69 (27.34% from 255) = 22.19%
BLUE value IS 102 (40.23% from 255) = 32.80%
R=45.02%
G=22.19%
B=32.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.27
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1406910200.510.270.45332.1133.9740.98
Hex8C45660331B2D14c2229
Octal21410514606333555144251
Binary1000110010001011100110011001111011101101101001100100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C4566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,69,102); }

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

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

 a { background-color: rgb(140,69,102); }

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

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

 span { border-color: rgb(140,69,102); }

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