#934E71

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

Shades of Cannon Pink #934E71

Tints of Cannon Pink #934E71

Color information

#934E71 (or 0x934E71) is unknown color: approx Cannon Pink. HEX triplet: 93, 4E and 71. RGB value is (147,78,113). Sum of RGB (Red+Green+Blue) = 147+78+113=338 (44% of max value = 765). Red value is 147 (57.81% from 255 or 43.49% from 338); Green value is 78 (30.86% from 255 or 23.08% from 338); Blue value is 113 (44.53% from 255 or 33.43% from 338); Max value from RGB is 147 - color contains mainly: red. Hex color #934E71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #934E71 is #6CB18E. Grayscale: #666666. Windows color (decimal): -7123343 or 7425683. OLE color: 7425683.

HSL color Cylindrical-coordinate representation of color #934E71: hue angle of 329.57º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #934E71 is Cyan = 0, Magento = 0.47, Yellow = 0.23 and Black (K on CMYK) = 0.42.

Color convert

RGB14778113-
CMYK00.470.230.42
HSL329.57º30.67%44.12%-
HSV(B)329.57º46.94%57.65%-
XYZ17.7412.8417.17-
YUV102.62133.86159.65-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 43.49%
GREEN value IS 78 (30.86% from 255) = 23.08%
BLUE value IS 113 (44.53% from 255) = 33.43%
R=43.49%
G=23.08%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.23
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1477811300.470.230.42329.5730.6744.12
Hex934E7102F172A14a1f2c
Octal22311616105727525123754
Binary100100111001110111000101011111011110101010100101011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #934E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #934E71; }

 p { color: rgb(147,78,113); }

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

<style>
 a { background-color: #934E71; }

 a { background-color: rgb(147,78,113); }

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

<style>
 span { border-color: #934E71; }

 span { border-color: rgb(147,78,113); }

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