#934672

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

Shades of Cannon Pink #934672

Tints of Cannon Pink #934672

Color information

#934672 (or 0x934672) is unknown color: approx Cannon Pink. HEX triplet: 93, 46 and 72. RGB value is (147,70,114). Sum of RGB (Red+Green+Blue) = 147+70+114=331 (43% of max value = 765). Red value is 147 (57.81% from 255 or 44.41% from 331); Green value is 70 (27.73% from 255 or 21.15% from 331); Blue value is 114 (44.92% from 255 or 34.44% from 331); Max value from RGB is 147 - color contains mainly: red. Hex color #934672 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #934672 is #6CB98D. Grayscale: #616161. Windows color (decimal): -7125390 or 7489171. OLE color: 7489171.

HSL color Cylindrical-coordinate representation of color #934672: hue angle of 325.71º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #934672 is Cyan = 0, Magento = 0.52, Yellow = 0.22 and Black (K on CMYK) = 0.42.

Color convert

RGB14770114-
CMYK00.520.220.42
HSL325.71º35.48%42.55%-
HSV(B)325.71º52.38%57.65%-
XYZ17.2611.817.29-
YUV98.04137.01162.92-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 44.41%
GREEN value IS 70 (27.73% from 255) = 21.15%
BLUE value IS 114 (44.92% from 255) = 34.44%
R=44.41%
G=21.15%
B=34.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.22
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1477011400.520.220.42325.7135.4842.55
Hex934672034162A146232b
Octal22310616206426525064353
Binary1001001110001101110010011010010110101010101000110100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #934672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #934672; }

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

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

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

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

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

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

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

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