#93496F

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

Shades of Cannon Pink #93496F

Tints of Cannon Pink #93496F

Color information

#93496F (or 0x93496F) is unknown color: approx Cannon Pink. HEX triplet: 93, 49 and 6F. RGB value is (147,73,111). Sum of RGB (Red+Green+Blue) = 147+73+111=331 (43% of max value = 765). Red value is 147 (57.81% from 255 or 44.41% from 331); Green value is 73 (28.91% from 255 or 22.05% from 331); Blue value is 111 (43.75% from 255 or 33.53% from 331); Max value from RGB is 147 - color contains mainly: red. Hex color #93496F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93496F is #6CB690. Grayscale: #636363. Windows color (decimal): -7124625 or 7293331. OLE color: 7293331.

HSL color Cylindrical-coordinate representation of color #93496F: hue angle of 329.19º 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 #93496F is Cyan = 0, Magento = 0.50, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB14773111-
CMYK00.500.240.42
HSL329.19º33.64%43.14%-
HSV(B)329.19º50.34%57.65%-
XYZ17.2812.1216.47-
YUV99.46134.52161.91-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 44.41%
GREEN value IS 73 (28.91% from 255) = 22.05%
BLUE value IS 111 (43.75% from 255) = 33.53%
R=44.41%
G=22.05%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1477311100.500.240.42329.1933.6443.14
Hex93496F032182A149222b
Octal22311115706230525114253
Binary1001001110010011101111011001011000101010101001001100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93496F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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