#93556D

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

Shades of Cannon Pink #93556D

Tints of Cannon Pink #93556D

Color information

#93556D (or 0x93556D) is unknown color: approx Cannon Pink. HEX triplet: 93, 55 and 6D. RGB value is (147,85,109). Sum of RGB (Red+Green+Blue) = 147+85+109=341 (45% of max value = 765). Red value is 147 (57.81% from 255 or 43.11% from 341); Green value is 85 (33.59% from 255 or 24.93% from 341); Blue value is 109 (42.97% from 255 or 31.96% from 341); Max value from RGB is 147 - color contains mainly: red. Hex color #93556D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93556D is #6CAA92. Grayscale: #6A6A6A. Windows color (decimal): -7121555 or 7165331. OLE color: 7165331.

HSL color Cylindrical-coordinate representation of color #93556D: hue angle of 336.77º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #93556D is Cyan = 0, Magento = 0.42, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB14785109-
CMYK00.420.260.42
HSL336.77º26.72%45.49%-
HSV(B)336.77º42.18%57.65%-
XYZ18.0413.816.18-
YUV106.27129.54157.05-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 43.11%
GREEN value IS 85 (33.59% from 255) = 24.93%
BLUE value IS 109 (42.97% from 255) = 31.96%
R=43.11%
G=24.93%
B=31.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1478510900.420.260.42336.7726.7245.49
Hex93556D02A1A2A1511b2d
Octal22312515505232525213355
Binary100100111010101110110101010101101010101010101000111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93556D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93556D; }

 p { color: rgb(147,85,109); }

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

<style>
 a { background-color: #93556D; }

 a { background-color: rgb(147,85,109); }

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

<style>
 span { border-color: #93556D; }

 span { border-color: rgb(147,85,109); }

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