#945373

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

Shades of Cannon Pink #945373

Tints of Cannon Pink #945373

Color information

#945373 (or 0x945373) is unknown color: approx Cannon Pink. HEX triplet: 94, 53 and 73. RGB value is (148,83,115). Sum of RGB (Red+Green+Blue) = 148+83+115=346 (45% of max value = 765). Red value is 148 (58.20% from 255 or 42.77% from 346); Green value is 83 (32.81% from 255 or 23.99% from 346); Blue value is 115 (45.31% from 255 or 33.24% from 346); Max value from RGB is 148 - color contains mainly: red. Hex color #945373 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945373 is #6BAC8C. Grayscale: #6A6A6A. Windows color (decimal): -7056525 or 7558036. OLE color: 7558036.

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

Color convert

RGB14883115-
CMYK00.440.220.42
HSL330.46º28.14%45.29%-
HSV(B)330.46º43.92%58.04%-
XYZ18.413.7217.9-
YUV106.08133.03157.9-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 42.77%
GREEN value IS 83 (32.81% from 255) = 23.99%
BLUE value IS 115 (45.31% from 255) = 33.24%
R=42.77%
G=23.99%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.22
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1488311500.440.220.42330.4628.1445.29
Hex94537302C162A14a1c2d
Octal22412316305426525123455
Binary100101001010011111001101011001011010101010100101011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #945373; }

 p { color: rgb(148,83,115); }

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

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

 a { background-color: rgb(148,83,115); }

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

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

 span { border-color: rgb(148,83,115); }

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