#93496D

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

Shades of Cannon Pink #93496D

Tints of Cannon Pink #93496D

Color information

#93496D (or 0x93496D) is unknown color: approx Cannon Pink. HEX triplet: 93, 49 and 6D. RGB value is (147,73,109). Sum of RGB (Red+Green+Blue) = 147+73+109=329 (43% of max value = 765). Red value is 147 (57.81% from 255 or 44.68% from 329); Green value is 73 (28.91% from 255 or 22.19% from 329); Blue value is 109 (42.97% from 255 or 33.13% from 329); Max value from RGB is 147 - color contains mainly: red. Hex color #93496D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93496D is #6CB692. Grayscale: #636363. Windows color (decimal): -7124627 or 7162259. OLE color: 7162259.

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

Color convert

RGB14773109-
CMYK00.500.260.42
HSL330.81º33.64%43.14%-
HSV(B)330.81º50.34%57.65%-
XYZ17.1812.0715.89-
YUV99.23133.52162.07-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 44.68%
GREEN value IS 73 (28.91% from 255) = 22.19%
BLUE value IS 109 (42.97% from 255) = 33.13%
R=44.68%
G=22.19%
B=33.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1477310900.500.260.42330.8133.6443.14
Hex93496D0321A2A14b222b
Octal22311115506232525134253
Binary1001001110010011101101011001011010101010101001011100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93496D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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