#93506B

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

Shades of Cannon Pink #93506B

Tints of Cannon Pink #93506B

Color information

#93506B (or 0x93506B) is unknown color: approx Cannon Pink. HEX triplet: 93, 50 and 6B. RGB value is (147,80,107). Sum of RGB (Red+Green+Blue) = 147+80+107=334 (44% of max value = 765). Red value is 147 (57.81% from 255 or 44.01% from 334); Green value is 80 (31.64% from 255 or 23.95% from 334); Blue value is 107 (42.19% from 255 or 32.04% from 334); Max value from RGB is 147 - color contains mainly: red. Hex color #93506B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93506B is #6CAF94. Grayscale: #676767. Windows color (decimal): -7122837 or 7032979. OLE color: 7032979.

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

Color convert

RGB14780107-
CMYK00.460.270.42
HSL335.82º29.52%44.51%-
HSV(B)335.82º45.58%57.65%-
XYZ17.561315.49-
YUV103.11130.2159.3-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 44.01%
GREEN value IS 80 (31.64% from 255) = 23.95%
BLUE value IS 107 (42.19% from 255) = 32.04%
R=44.01%
G=23.95%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.27
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1478010700.460.270.42335.8229.5244.51
Hex93506B02E1B2A1501e2d
Octal22312015305633525203655
Binary100100111010000110101101011101101110101010101000011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93506B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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