#954976

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

Shades of Cannon Pink #954976

Tints of Cannon Pink #954976

Color information

#954976 (or 0x954976) is unknown color: approx Cannon Pink. HEX triplet: 95, 49 and 76. RGB value is (149,73,118). Sum of RGB (Red+Green+Blue) = 149+73+118=340 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.82% from 340); Green value is 73 (28.91% from 255 or 21.47% from 340); Blue value is 118 (46.48% from 255 or 34.71% from 340); Max value from RGB is 149 - color contains mainly: red. Hex color #954976 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #954976 is #6AB689. Grayscale: #646464. Windows color (decimal): -6993546 or 7752085. OLE color: 7752085.

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

Color convert

RGB14973118-
CMYK00.510.210.42
HSL324.47º34.23%43.53%-
HSV(B)324.47º51.01%58.43%-
XYZ18.0512.4618.59-
YUV100.85137.68162.34-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 43.82%
GREEN value IS 73 (28.91% from 255) = 21.47%
BLUE value IS 118 (46.48% from 255) = 34.71%
R=43.82%
G=21.47%
B=34.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.21
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1497311800.510.210.42324.4734.2343.53
Hex954976033152A144222c
Octal22511116606325525044254
Binary1001010110010011110110011001110101101010101000100100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #954976; }

 p { color: rgb(149,73,118); }

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

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

 a { background-color: rgb(149,73,118); }

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

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

 span { border-color: rgb(149,73,118); }

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