#954972

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

Shades of Cannon Pink #954972

Tints of Cannon Pink #954972

Color information

#954972 (or 0x954972) is unknown color: approx Cannon Pink. HEX triplet: 95, 49 and 72. RGB value is (149,73,114). Sum of RGB (Red+Green+Blue) = 149+73+114=336 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.35% from 336); Green value is 73 (28.91% from 255 or 21.73% from 336); Blue value is 114 (44.92% from 255 or 33.93% from 336); Max value from RGB is 149 - color contains mainly: red. Hex color #954972 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #954972 is #6AB68D. Grayscale: #646464. Windows color (decimal): -6993550 or 7489941. OLE color: 7489941.

HSL color Cylindrical-coordinate representation of color #954972: hue angle of 327.63º 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 #954972 is Cyan = 0, Magento = 0.51, Yellow = 0.23 and Black (K on CMYK) = 0.42.

Color convert

RGB14973114-
CMYK00.510.230.42
HSL327.63º34.23%43.53%-
HSV(B)327.63º51.01%58.43%-
XYZ17.8112.3717.37-
YUV100.4135.68162.67-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 44.35%
GREEN value IS 73 (28.91% from 255) = 21.73%
BLUE value IS 114 (44.92% from 255) = 33.93%
R=44.35%
G=21.73%
B=33.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.23
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1497311400.510.230.42327.6334.2343.53
Hex954972033172A148222c
Octal22511116206327525104254
Binary1001010110010011110010011001110111101010101001000100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #954972; }

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

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

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

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

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

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

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

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