#93496E

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

Shades of Cannon Pink #93496E

Tints of Cannon Pink #93496E

Color information

#93496E (or 0x93496E) is unknown color: approx Cannon Pink. HEX triplet: 93, 49 and 6E. RGB value is (147,73,110). Sum of RGB (Red+Green+Blue) = 147+73+110=330 (43% of max value = 765). Red value is 147 (57.81% from 255 or 44.55% from 330); Green value is 73 (28.91% from 255 or 22.12% from 330); Blue value is 110 (43.36% from 255 or 33.33% from 330); Max value from RGB is 147 - color contains mainly: red. Hex color #93496E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93496E is #6CB691. Grayscale: #636363. Windows color (decimal): -7124626 or 7227795. OLE color: 7227795.

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

Color convert

RGB14773110-
CMYK00.500.250.42
HSL330º33.64%43.14%-
HSV(B)330º50.34%57.65%-
XYZ17.2312.0916.18-
YUV99.34134.02161.99-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 44.55%
GREEN value IS 73 (28.91% from 255) = 22.12%
BLUE value IS 110 (43.36% from 255) = 33.33%
R=44.55%
G=22.12%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.25
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1477311000.500.250.4233033.6443.14
Hex93496E032192A14a222b
Octal22311115606231525124253
Binary1001001110010011101110011001011001101010101001010100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93496E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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