#93506D

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

Shades of Cannon Pink #93506D

Tints of Cannon Pink #93506D

Color information

#93506D (or 0x93506D) is unknown color: approx Cannon Pink. HEX triplet: 93, 50 and 6D. RGB value is (147,80,109). Sum of RGB (Red+Green+Blue) = 147+80+109=336 (44% of max value = 765). Red value is 147 (57.81% from 255 or 43.75% from 336); Green value is 80 (31.64% from 255 or 23.81% from 336); Blue value is 109 (42.97% from 255 or 32.44% from 336); Max value from RGB is 147 - color contains mainly: red. Hex color #93506D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93506D is #6CAF92. Grayscale: #676767. Windows color (decimal): -7122835 or 7164051. OLE color: 7164051.

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

Color convert

RGB14780109-
CMYK00.460.260.42
HSL334.03º29.52%44.51%-
HSV(B)334.03º45.58%57.65%-
XYZ17.6613.0416.05-
YUV103.34131.2159.14-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 43.75%
GREEN value IS 80 (31.64% from 255) = 23.81%
BLUE value IS 109 (42.97% from 255) = 32.44%
R=43.75%
G=23.81%
B=32.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1478010900.460.260.42334.0329.5244.51
Hex93506D02E1A2A14e1e2d
Octal22312015505632525163655
Binary100100111010000110110101011101101010101010100111011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93506D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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