#945471

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

Shades of Cannon Pink #945471

Tints of Cannon Pink #945471

Color information

#945471 (or 0x945471) is unknown color: approx Cannon Pink. HEX triplet: 94, 54 and 71. RGB value is (148,84,113). Sum of RGB (Red+Green+Blue) = 148+84+113=345 (45% of max value = 765). Red value is 148 (58.20% from 255 or 42.90% from 345); Green value is 84 (33.20% from 255 or 24.35% from 345); Blue value is 113 (44.53% from 255 or 32.75% from 345); Max value from RGB is 148 - color contains mainly: red. Hex color #945471 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945471 is #6BAB8E. Grayscale: #6A6A6A. Windows color (decimal): -7056271 or 7427220. OLE color: 7427220.

HSL color Cylindrical-coordinate representation of color #945471: hue angle of 332.81º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #945471 is Cyan = 0, Magento = 0.43, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB14884113-
CMYK00.430.240.42
HSL332.81º27.59%45.49%-
HSV(B)332.81º43.24%58.04%-
XYZ18.3613.8317.32-
YUV106.44131.7157.64-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 42.90%
GREEN value IS 84 (33.20% from 255) = 24.35%
BLUE value IS 113 (44.53% from 255) = 32.75%
R=42.90%
G=24.35%
B=32.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1488411300.430.240.42332.8127.5945.49
Hex94547102B182A14d1c2d
Octal22412416105330525153455
Binary100101001010100111000101010111100010101010100110111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #945471; }

 p { color: rgb(148,84,113); }

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

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

 a { background-color: rgb(148,84,113); }

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

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

 span { border-color: rgb(148,84,113); }

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