#934F72

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

Shades of Cannon Pink #934F72

Tints of Cannon Pink #934F72

Color information

#934F72 (or 0x934F72) is unknown color: approx Cannon Pink. HEX triplet: 93, 4F and 72. RGB value is (147,79,114). Sum of RGB (Red+Green+Blue) = 147+79+114=340 (45% of max value = 765). Red value is 147 (57.81% from 255 or 43.24% from 340); Green value is 79 (31.25% from 255 or 23.24% from 340); Blue value is 114 (44.92% from 255 or 33.53% from 340); Max value from RGB is 147 - color contains mainly: red. Hex color #934F72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #934F72 is #6CB08D. Grayscale: #676767. Windows color (decimal): -7123086 or 7491475. OLE color: 7491475.

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

Color convert

RGB14779114-
CMYK00.460.220.42
HSL329.12º30.09%44.31%-
HSV(B)329.12º46.26%57.65%-
XYZ17.8713.0117.49-
YUV103.32134.03159.15-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 43.24%
GREEN value IS 79 (31.25% from 255) = 23.24%
BLUE value IS 114 (44.92% from 255) = 33.53%
R=43.24%
G=23.24%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.22
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1477911400.460.220.42329.1230.0944.31
Hex934F7202E162A1491e2c
Octal22311716205626525113654
Binary100100111001111111001001011101011010101010100100111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #934F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,79,114); }

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

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

 a { background-color: rgb(147,79,114); }

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

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

 span { border-color: rgb(147,79,114); }

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