#8C5466

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

Shades of Cannon Pink #8C5466

Tints of Cannon Pink #8C5466

Color information

#8C5466 (or 0x8C5466) is unknown color: approx Cannon Pink. HEX triplet: 8C, 54 and 66. RGB value is (140,84,102). Sum of RGB (Red+Green+Blue) = 140+84+102=326 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.94% from 326); Green value is 84 (33.20% from 255 or 25.77% from 326); Blue value is 102 (40.23% from 255 or 31.29% from 326); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5466 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5466 is #73AB99. Grayscale: #666666. Windows color (decimal): -7580570 or 6706316. OLE color: 6706316.

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

Color convert

RGB14084102-
CMYK00.40.270.45
HSL340.71º25%43.92%-
HSV(B)340.71º40%54.9%-
XYZ16.3812.8814.19-
YUV102.8127.55154.54-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 42.94%
GREEN value IS 84 (33.20% from 255) = 25.77%
BLUE value IS 102 (40.23% from 255) = 31.29%
R=42.94%
G=25.77%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.27
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1408410200.40.270.45340.712543.92
Hex8C54660281B2D155192c
Octal21412414605033555253154
Binary100011001010100110011001010001101110110110101010111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C5466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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