#934977

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

Shades of Cannon Pink #934977

Tints of Cannon Pink #934977

Color information

#934977 (or 0x934977) is unknown color: approx Cannon Pink. HEX triplet: 93, 49 and 77. RGB value is (147,73,119). Sum of RGB (Red+Green+Blue) = 147+73+119=339 (44% of max value = 765). Red value is 147 (57.81% from 255 or 43.36% from 339); Green value is 73 (28.91% from 255 or 21.53% from 339); Blue value is 119 (46.88% from 255 or 35.10% from 339); Max value from RGB is 147 - color contains mainly: red. Hex color #934977 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #934977 is #6CB688. Grayscale: #646464. Windows color (decimal): -7124617 or 7817619. OLE color: 7817619.

HSL color Cylindrical-coordinate representation of color #934977: hue angle of 322.7º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #934977 is Cyan = 0, Magento = 0.50, Yellow = 0.19 and Black (K on CMYK) = 0.42.

Color convert

RGB14773119-
CMYK00.500.190.42
HSL322.7º33.64%43.14%-
HSV(B)322.7º50.34%57.65%-
XYZ17.7412.318.89-
YUV100.37138.52161.26-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 43.36%
GREEN value IS 73 (28.91% from 255) = 21.53%
BLUE value IS 119 (46.88% from 255) = 35.10%
R=43.36%
G=21.53%
B=35.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.19
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1477311900.500.190.42322.733.6443.14
Hex934977032132A143222b
Octal22311116706223525034253
Binary1001001110010011110111011001010011101010101000011100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #934977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #934977; }

 p { color: rgb(147,73,119); }

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

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

 a { background-color: rgb(147,73,119); }

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

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

 span { border-color: rgb(147,73,119); }

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