#93496B

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

Shades of Cannon Pink #93496B

Tints of Cannon Pink #93496B

Color information

#93496B (or 0x93496B) is unknown color: approx Cannon Pink. HEX triplet: 93, 49 and 6B. RGB value is (147,73,107). Sum of RGB (Red+Green+Blue) = 147+73+107=327 (43% of max value = 765). Red value is 147 (57.81% from 255 or 44.95% from 327); Green value is 73 (28.91% from 255 or 22.32% from 327); Blue value is 107 (42.19% from 255 or 32.72% from 327); Max value from RGB is 147 - color contains mainly: red. Hex color #93496B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93496B is #6CB694. Grayscale: #626262. Windows color (decimal): -7124629 or 7031187. OLE color: 7031187.

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

Color convert

RGB14773107-
CMYK00.500.270.42
HSL332.43º33.64%43.14%-
HSV(B)332.43º50.34%57.65%-
XYZ17.0712.0315.33-
YUV99132.52162.24-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 44.95%
GREEN value IS 73 (28.91% from 255) = 22.32%
BLUE value IS 107 (42.19% from 255) = 32.72%
R=44.95%
G=22.32%
B=32.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.27
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1477310700.500.270.42332.4333.6443.14
Hex93496B0321B2A14c222b
Octal22311115306233525144253
Binary1001001110010011101011011001011011101010101001100100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93496B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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