#9B4F77

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

Shades of Cannon Pink #9B4F77

Tints of Cannon Pink #9B4F77

Color information

#9B4F77 (or 0x9B4F77) is unknown color: approx Cannon Pink. HEX triplet: 9B, 4F and 77. RGB value is (155,79,119). Sum of RGB (Red+Green+Blue) = 155+79+119=353 (46% of max value = 765). Red value is 155 (60.94% from 255 or 43.91% from 353); Green value is 79 (31.25% from 255 or 22.38% from 353); Blue value is 119 (46.88% from 255 or 33.71% from 353); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4F77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B4F77 is #64B088. Grayscale: #6A6A6A. Windows color (decimal): -6598793 or 7819163. OLE color: 7819163.

HSL color Cylindrical-coordinate representation of color #9B4F77: hue angle of 328.42º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9B4F77 is Cyan = 0, Magento = 0.49, Yellow = 0.23 and Black (K on CMYK) = 0.39.

Color convert

RGB15579119-
CMYK00.490.230.39
HSL328.42º32.48%45.88%-
HSV(B)328.42º49.03%60.78%-
XYZ19.6413.8919.1-
YUV106.28135.18162.75-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 43.91%
GREEN value IS 79 (31.25% from 255) = 22.38%
BLUE value IS 119 (46.88% from 255) = 33.71%
R=43.91%
G=22.38%
B=33.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.23
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1557911900.490.230.39328.4232.4845.88
Hex9B4F770311727148202e
Octal23311716706127475104056
Binary1001101110011111110111011000110111100111101001000100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B4F77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9B4F77; }

 p { color: rgb(155,79,119); }

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

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

 a { background-color: rgb(155,79,119); }

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

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

 span { border-color: rgb(155,79,119); }

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