#9B5076

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

Shades of Cannon Pink #9B5076

Tints of Cannon Pink #9B5076

Color information

#9B5076 (or 0x9B5076) is unknown color: approx Cannon Pink. HEX triplet: 9B, 50 and 76. RGB value is (155,80,118). Sum of RGB (Red+Green+Blue) = 155+80+118=353 (46% of max value = 765). Red value is 155 (60.94% from 255 or 43.91% from 353); Green value is 80 (31.64% from 255 or 22.66% from 353); Blue value is 118 (46.48% from 255 or 33.43% from 353); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5076 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B5076 is #64AF89. Grayscale: #6A6A6A. Windows color (decimal): -6598538 or 7753883. OLE color: 7753883.

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

Color convert

RGB15580118-
CMYK00.480.240.39
HSL329.6º31.91%46.08%-
HSV(B)329.6º48.39%60.78%-
XYZ19.6614.0118.81-
YUV106.76134.35162.41-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 43.91%
GREEN value IS 80 (31.64% from 255) = 22.66%
BLUE value IS 118 (46.48% from 255) = 33.43%
R=43.91%
G=22.66%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.24
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1558011800.480.240.39329.631.9146.08
Hex9B5076030182714a202e
Octal23312016606030475124056
Binary1001101110100001110110011000011000100111101001010100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B5076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,80,118); }

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

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

 a { background-color: rgb(155,80,118); }

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

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

 span { border-color: rgb(155,80,118); }

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