#954A71

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

Shades of Cannon Pink #954A71

Tints of Cannon Pink #954A71

Color information

#954A71 (or 0x954A71) is unknown color: approx Cannon Pink. HEX triplet: 95, 4A and 71. RGB value is (149,74,113). Sum of RGB (Red+Green+Blue) = 149+74+113=336 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.35% from 336); Green value is 74 (29.30% from 255 or 22.02% from 336); Blue value is 113 (44.53% from 255 or 33.63% from 336); Max value from RGB is 149 - color contains mainly: red. Hex color #954A71 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #954A71 is #6AB58E. Grayscale: #646464. Windows color (decimal): -6993295 or 7424661. OLE color: 7424661.

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

Color convert

RGB14974113-
CMYK00.500.240.42
HSL328.8º33.63%43.73%-
HSV(B)328.8º50.34%58.43%-
XYZ17.8212.4817.09-
YUV100.87134.85162.33-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 44.35%
GREEN value IS 74 (29.30% from 255) = 22.02%
BLUE value IS 113 (44.53% from 255) = 33.63%
R=44.35%
G=22.02%
B=33.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1497411300.500.240.42328.833.6343.73
Hex954A71032182A149222c
Octal22511216106230525114254
Binary1001010110010101110001011001011000101010101001001100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #954A71; }

 p { color: rgb(149,74,113); }

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

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

 a { background-color: rgb(149,74,113); }

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

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

 span { border-color: rgb(149,74,113); }

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